Html Css Color HEX #FD4E9A Brilliant Rose

📋 copy color: '#FD4E9A'

red 253 ◦ green 78 ◦ blue 154

#FD4E9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FD4E9A

Tints of Brilliant Rose #FD4E9A

RGB

 RED value IS 253 (99.22% from 255) = 52.16%

 GREEN value IS 78 (30.86% from 255) = 16.08%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 52.16%
G = 16.08%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FD4E9A (or 0xFD4E9A) is known color: Brilliant Rose. HEX triplet: FD, 4E and 9A. RGB value is (253,78,154). Sum of RGB (Red+Green+Blue) = 253+78+154=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4E9A is #02B165. Grayscale: #8A8A8A. Windows color (decimal): -176486 or 10112765. OLE color: 10112765.

HSL color Cylindrical-coordinate representation of color #FD4E9A: hue angle of 333.94º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4E9A is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 78 154 -
CMYK 0 0.69 0.39 0.01
HSL 333.94º 0.98% 0.65% -
HSV(B) 333.94º 0.69% 0.99% -
XYZ 49.07 28.66 33.52 -
YUV 138.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 253 78 154 0 0.69 0.39 0.01 333.94 0.98 0.65
Hex FD 4E 9A 0 45 27 1 14E 62 41
Octal 375 116 232 0 105 47 1 516 142 101
Binary 11111101 1001110 10011010 0 1000101 100111 1 101001110 1100010 1000001

Color Harmonies of #FD4E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4E9A

Black with #FD4E9A

Text Example


Text Example

White with #FD4E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4E9A; }

 p { color: rgb(253,78,154); }

 H1.HeaderClassName
 {
   color: #FD4E9A;
 }
 .AnyTagClassName
 {
   color: #FD4E9A;
 }
</style>

background-color css

<style>
 a { background-color: #FD4E9A; }

 a { background-color: rgb(253,78,154); }

 div.DivClassName
 {
   background-color: #FD4E9A;
 }
 .BgClassName
 {
   background-color: #FD4E9A;
 }
</style>

border-color css

<style>
 span { border-color: #FD4E9A; }

 span { border-color: rgb(253,78,154); }

 td.TdClassName
 {
   border-color: #FD4E9A;
 }
 .TagClassName
 {
   border-color: #FD4E9A;
 }
</style>