Html Css Color HEX #FD00A4 Hollywood Cerise

📋 copy color: '#FD00A4'

red 253 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #FD00A4

Tints of Hollywood Cerise #FD00A4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 60.67%
G = 0%
B = 39.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FD00A4 (or 0xFD00A4) is known color: Hollywood Cerise. HEX triplet: FD, 00 and A4. RGB value is (253,0,164). Sum of RGB (Red+Green+Blue) = 253+0+164=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00A4 is #02FF5B. Grayscale: #5D5D5D. Windows color (decimal): -196444 or 10748157. OLE color: 10748157.

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

Color convert

RGB 253 0 164 -
CMYK 0 1 0.35 0.01
HSL 321.11º 1% 0.5% -
HSV(B) 321.11º 1% 0.99% -
XYZ 47.21 23.56 37.18 -
YUV 94.34 167.32 241.16 -
System Red Green Blue C M Y K H S L
Decimal 253 0 164 0 1 0.35 0.01 321.11 1 0.5
Hex FD 0 A4 0 64 23 1 141 64 32
Octal 375 0 244 0 144 43 1 501 144 62
Binary 11111101 0 10100100 0 1100100 100011 1 101000001 1100100 110010

Color Harmonies of #FD00A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00A4

Black with #FD00A4

Text Example


Text Example

White with #FD00A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00A4; }

 p { color: rgb(253,0,164); }

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

background-color css

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

 a { background-color: rgb(253,0,164); }

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

border-color css

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

 span { border-color: rgb(253,0,164); }

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