Html Css Color HEX #FD01AE Hollywood Cerise

📋 copy color: '#FD01AE'

red 253 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #FD01AE

Tints of Hollywood Cerise #FD01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 59.11%
G = 0.23%
B = 40.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD01AE (or 0xFD01AE) is known color: Hollywood Cerise. HEX triplet: FD, 01 and AE. RGB value is (253,1,174). Sum of RGB (Red+Green+Blue) = 253+1+174=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD01AE is #02FE51. Grayscale: #5F5F5F. Windows color (decimal): -196178 or 11403773. OLE color: 11403773.

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

Color convert

RGB 253 1 174 -
CMYK 0 1.00 0.31 0.01
HSL 318.81º 0.99% 0.5% -
HSV(B) 318.81º 1% 0.99% -
XYZ 48.16 23.96 42.13 -
YUV 96.07 171.99 239.93 -
System Red Green Blue C M Y K H S L
Decimal 253 1 174 0 1.00 0.31 0.01 318.81 0.99 0.5
Hex FD 1 AE 0 64 1F 1 13F 63 32
Octal 375 1 256 0 144 37 1 477 143 62
Binary 11111101 1 10101110 0 1100100 11111 1 100111111 1100011 110010

Color Harmonies of #FD01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01AE

Black with #FD01AE

Text Example


Text Example

White with #FD01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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