Html Css Color HEX #FD05A2 Hollywood Cerise

📋 copy color: '#FD05A2'

red 253 ◦ green 5 ◦ blue 162

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

Shades of Hollywood Cerise #FD05A2

Tints of Hollywood Cerise #FD05A2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

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

R = 60.24%
G = 1.19%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD05A2 (or 0xFD05A2) is known color: Hollywood Cerise. HEX triplet: FD, 05 and A2. RGB value is (253,5,162). Sum of RGB (Red+Green+Blue) = 253+5+162=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD05A2 is #02FA5D. Grayscale: #606060. Windows color (decimal): -195166 or 10618365. OLE color: 10618365.

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

Color convert

RGB 253 5 162 -
CMYK 0 0.98 0.36 0.01
HSL 322.02º 0.98% 0.51% -
HSV(B) 322.02º 0.98% 0.99% -
XYZ 47.08 23.6 36.26 -
YUV 97.05 164.66 239.23 -
System Red Green Blue C M Y K H S L
Decimal 253 5 162 0 0.98 0.36 0.01 322.02 0.98 0.51
Hex FD 5 A2 0 62 24 1 142 62 33
Octal 375 5 242 0 142 44 1 502 142 63
Binary 11111101 101 10100010 0 1100010 100100 1 101000010 1100010 110011

Color Harmonies of #FD05A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD05A2

Black with #FD05A2

Text Example


Text Example

White with #FD05A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD05A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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