Html Css Color HEX #FD459C Brilliant Rose

📋 copy color: '#FD459C'

red 253 ◦ green 69 ◦ blue 156

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

Shades of Brilliant Rose #FD459C

Tints of Brilliant Rose #FD459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.44%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 52.93%
G = 14.44%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD459C (or 0xFD459C) is known color: Brilliant Rose. HEX triplet: FD, 45 and 9C. RGB value is (253,69,156). Sum of RGB (Red+Green+Blue) = 253+69+156=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD459C is #02BA63. Grayscale: #858585. Windows color (decimal): -178788 or 10241533. OLE color: 10241533.

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

Color convert

RGB 253 69 156 -
CMYK 0 0.73 0.38 0.01
HSL 331.63º 0.98% 0.63% -
HSV(B) 331.63º 0.73% 0.99% -
XYZ 48.64 27.54 34.2 -
YUV 133.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 253 69 156 0 0.73 0.38 0.01 331.63 0.98 0.63
Hex FD 45 9C 0 49 26 1 14C 62 3F
Octal 375 105 234 0 111 46 1 514 142 77
Binary 11111101 1000101 10011100 0 1001001 100110 1 101001100 1100010 111111

Color Harmonies of #FD459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD459C

Black with #FD459C

Text Example


Text Example

White with #FD459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD459C; }

 p { color: rgb(253,69,156); }

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

background-color css

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

 a { background-color: rgb(253,69,156); }

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

border-color css

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

 span { border-color: rgb(253,69,156); }

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