Html Css Color HEX #FD02AC Hollywood Cerise

📋 copy color: '#FD02AC'

red 253 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #FD02AC

Tints of Hollywood Cerise #FD02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 59.25%
G = 0.47%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD02AC (or 0xFD02AC) is known color: Hollywood Cerise. HEX triplet: FD, 02 and AC. RGB value is (253,2,172). Sum of RGB (Red+Green+Blue) = 253+2+172=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD02AC is #02FD53. Grayscale: #606060. Windows color (decimal): -195924 or 11272957. OLE color: 11272957.

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

Color convert

RGB 253 2 172 -
CMYK 0 0.99 0.32 0.01
HSL 319.36º 0.98% 0.5% -
HSV(B) 319.36º 0.99% 0.99% -
XYZ 47.98 23.9 41.12 -
YUV 96.43 170.66 239.68 -
System Red Green Blue C M Y K H S L
Decimal 253 2 172 0 0.99 0.32 0.01 319.36 0.98 0.5
Hex FD 2 AC 0 63 20 1 13F 62 32
Octal 375 2 254 0 143 40 1 477 142 62
Binary 11111101 10 10101100 0 1100011 100000 1 100111111 1100010 110010

Color Harmonies of #FD02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD02AC

Black with #FD02AC

Text Example


Text Example

White with #FD02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD02AC; }

 p { color: rgb(253,2,172); }

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

background-color css

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

 a { background-color: rgb(253,2,172); }

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

border-color css

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

 span { border-color: rgb(253,2,172); }

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