Html Css Color HEX #FD5CA6 Brilliant Rose

📋 copy color: '#FD5CA6'

red 253 ◦ green 92 ◦ blue 166

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

Shades of Brilliant Rose #FD5CA6

Tints of Brilliant Rose #FD5CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18%

 BLUE value IS 166 (65.23% from 255) = 32.49%

R = 49.51%
G = 18%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD5CA6 (or 0xFD5CA6) is known color: Brilliant Rose. HEX triplet: FD, 5C and A6. RGB value is (253,92,166). Sum of RGB (Red+Green+Blue) = 253+92+166=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CA6 is #02A359. Grayscale: #949494. Windows color (decimal): -172890 or 10902781. OLE color: 10902781.

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

Color convert

RGB 253 92 166 -
CMYK 0 0.64 0.34 0.01
HSL 332.42º 0.98% 0.68% -
HSV(B) 332.42º 0.64% 0.99% -
XYZ 51.22 31.29 39.42 -
YUV 148.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 253 92 166 0 0.64 0.34 0.01 332.42 0.98 0.68
Hex FD 5C A6 0 40 22 1 14C 62 44
Octal 375 134 246 0 100 42 1 514 142 104
Binary 11111101 1011100 10100110 0 1000000 100010 1 101001100 1100010 1000100

Color Harmonies of #FD5CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CA6

Black with #FD5CA6

Text Example


Text Example

White with #FD5CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CA6; }

 p { color: rgb(253,92,166); }

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

background-color css

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

 a { background-color: rgb(253,92,166); }

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

border-color css

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

 span { border-color: rgb(253,92,166); }

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