Html Css Color HEX #FD5D9F Brilliant Rose

📋 copy color: '#FD5D9F'

red 253 ◦ green 93 ◦ blue 159

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

Shades of Brilliant Rose #FD5D9F

Tints of Brilliant Rose #FD5D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 50.1%
G = 18.42%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD5D9F (or 0xFD5D9F) is known color: Brilliant Rose. HEX triplet: FD, 5D and 9F. RGB value is (253,93,159). Sum of RGB (Red+Green+Blue) = 253+93+159=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5D9F is #02A260. Grayscale: #949494. Windows color (decimal): -172641 or 10444285. OLE color: 10444285.

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

Color convert

RGB 253 93 159 -
CMYK 0 0.63 0.37 0.01
HSL 335.25º 0.98% 0.68% -
HSV(B) 335.25º 0.63% 0.99% -
XYZ 50.68 31.21 36.15 -
YUV 148.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 253 93 159 0 0.63 0.37 0.01 335.25 0.98 0.68
Hex FD 5D 9F 0 3F 25 1 14F 62 44
Octal 375 135 237 0 77 45 1 517 142 104
Binary 11111101 1011101 10011111 0 111111 100101 1 101001111 1100010 1000100

Color Harmonies of #FD5D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D9F

Black with #FD5D9F

Text Example


Text Example

White with #FD5D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D9F; }

 p { color: rgb(253,93,159); }

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

background-color css

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

 a { background-color: rgb(253,93,159); }

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

border-color css

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

 span { border-color: rgb(253,93,159); }

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