Html Css Color HEX #FD02AF Hollywood Cerise

📋 copy color: '#FD02AF'

red 253 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #FD02AF

Tints of Hollywood Cerise #FD02AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 58.84%
G = 0.47%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD02AF (or 0xFD02AF) is known color: Hollywood Cerise. HEX triplet: FD, 02 and AF. RGB value is (253,2,175). Sum of RGB (Red+Green+Blue) = 253+2+175=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD02AF is #02FD50. Grayscale: #606060. Windows color (decimal): -195921 or 11469565. OLE color: 11469565.

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

Color convert

RGB 253 2 175 -
CMYK 0 0.99 0.31 0.01
HSL 318.65º 0.98% 0.5% -
HSV(B) 318.65º 0.99% 0.99% -
XYZ 48.27 24.02 42.65 -
YUV 96.77 172.16 239.43 -
System Red Green Blue C M Y K H S L
Decimal 253 2 175 0 0.99 0.31 0.01 318.65 0.98 0.5
Hex FD 2 AF 0 63 1F 1 13F 62 32
Octal 375 2 257 0 143 37 1 477 142 62
Binary 11111101 10 10101111 0 1100011 11111 1 100111111 1100010 110010

Color Harmonies of #FD02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD02AF

Black with #FD02AF

Text Example


Text Example

White with #FD02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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