#FD01A7

Color #FD01A7 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FD01A7

Tints of Hollywood Cerise #FD01A7

Color information

#FD01A7 (or 0xFD01A7) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 01 and A7. RGB value is (253,1,167). Sum of RGB (Red+Green+Blue) = 253+1+167=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD01A7 is #02FE58. Grayscale: #5E5E5E. Windows color (decimal): -196185 or 10945021. OLE color: 10945021.

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

Color convert

RGB2531167-
CMYK01.000.340.01
HSL320.48º99.21%49.8%-
HSV(B)320.48º99.6%99.22%-
XYZ47.4923.6938.63-
YUV95.27168.49240.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.10%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=60.10%
G=0.24%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253116701.000.340.01320.4899.2149.8
HexFD1A70642211406332
Octal3751247014442150014362
Binary111111011101001110110010010001011010000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD01A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD01A7; }

 p { color: rgb(253,1,167); }

 H1.HeaderClassName
 {
   color: #FD01A7;
 }
 .AnyTagClassName
 {
   color: #FD01A7;
 }
</style>
background-color css

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

 a { background-color: rgb(253,1,167); }

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

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

 span { border-color: rgb(253,1,167); }

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