Html Css Color HEX #FD5CA2 Brilliant Rose

📋 copy color: '#FD5CA2'

red 253 ◦ green 92 ◦ blue 162

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

Shades of Brilliant Rose #FD5CA2

Tints of Brilliant Rose #FD5CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.95%

R = 49.9%
G = 18.15%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD5CA2 (or 0xFD5CA2) is known color: Brilliant Rose. HEX triplet: FD, 5C and A2. RGB value is (253,92,162). Sum of RGB (Red+Green+Blue) = 253+92+162=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CA2 is #02A35D. Grayscale: #939393. Windows color (decimal): -172894 or 10640637. OLE color: 10640637.

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

Color convert

RGB 253 92 162 -
CMYK 0 0.64 0.36 0.01
HSL 333.91º 0.98% 0.68% -
HSV(B) 333.91º 0.64% 0.99% -
XYZ 50.86 31.15 37.51 -
YUV 148.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 253 92 162 0 0.64 0.36 0.01 333.91 0.98 0.68
Hex FD 5C A2 0 40 24 1 14E 62 44
Octal 375 134 242 0 100 44 1 516 142 104
Binary 11111101 1011100 10100010 0 1000000 100100 1 101001110 1100010 1000100

Color Harmonies of #FD5CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CA2

Black with #FD5CA2

Text Example


Text Example

White with #FD5CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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