Html Css Color HEX #FD05A3 Hollywood Cerise

📋 copy color: '#FD05A3'

red 253 ◦ green 5 ◦ blue 163

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

Shades of Hollywood Cerise #FD05A3

Tints of Hollywood Cerise #FD05A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.72%

R = 60.1%
G = 1.19%
B = 38.72%

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

#FD05A3 (or 0xFD05A3) is known color: Hollywood Cerise. HEX triplet: FD, 05 and A3. RGB value is (253,5,163). Sum of RGB (Red+Green+Blue) = 253+5+163=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD05A3 is #02FA5C. Grayscale: #606060. Windows color (decimal): -195165 or 10683901. OLE color: 10683901.

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

Color convert

RGB 253 5 163 -
CMYK 0 0.98 0.36 0.01
HSL 321.77º 0.98% 0.51% -
HSV(B) 321.77º 0.98% 0.99% -
XYZ 47.17 23.64 36.73 -
YUV 97.16 165.16 239.15 -
System Red Green Blue C M Y K H S L
Decimal 253 5 163 0 0.98 0.36 0.01 321.77 0.98 0.51
Hex FD 5 A3 0 62 24 1 142 62 33
Octal 375 5 243 0 142 44 1 502 142 63
Binary 11111101 101 10100011 0 1100010 100100 1 101000010 1100010 110011

Color Harmonies of #FD05A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD05A3

Black with #FD05A3

Text Example


Text Example

White with #FD05A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD05A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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