Html Css Color HEX #FD5D9C Brilliant Rose

📋 copy color: '#FD5D9C'

red 253 ◦ green 93 ◦ blue 156

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

Shades of Brilliant Rose #FD5D9C

Tints of Brilliant Rose #FD5D9C

RGB

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

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

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

R = 50.4%
G = 18.53%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD5D9C (or 0xFD5D9C) is known color: Brilliant Rose. HEX triplet: FD, 5D and 9C. RGB value is (253,93,156). Sum of RGB (Red+Green+Blue) = 253+93+156=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5D9C is #02A263. Grayscale: #939393. Windows color (decimal): -172644 or 10247677. OLE color: 10247677.

HSL color Cylindrical-coordinate representation of color #FD5D9C: hue angle of 336.38º 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 #FD5D9C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 93 156 -
CMYK 0 0.63 0.38 0.01
HSL 336.38º 0.98% 0.68% -
HSV(B) 336.38º 0.63% 0.99% -
XYZ 50.42 31.11 34.8 -
YUV 148.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 253 93 156 0 0.63 0.38 0.01 336.38 0.98 0.68
Hex FD 5D 9C 0 3F 26 1 150 62 44
Octal 375 135 234 0 77 46 1 520 142 104
Binary 11111101 1011101 10011100 0 111111 100110 1 101010000 1100010 1000100

Color Harmonies of #FD5D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D9C

Black with #FD5D9C

Text Example


Text Example

White with #FD5D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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