Html Css Color HEX #FD059F Hollywood Cerise

📋 copy color: '#FD059F'

red 253 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #FD059F

Tints of Hollywood Cerise #FD059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 60.67%
G = 1.2%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD059F (or 0xFD059F) is known color: Hollywood Cerise. HEX triplet: FD, 05 and 9F. RGB value is (253,5,159). Sum of RGB (Red+Green+Blue) = 253+5+159=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD059F is #02FA60. Grayscale: #606060. Windows color (decimal): -195169 or 10421757. OLE color: 10421757.

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

Color convert

RGB 253 5 159 -
CMYK 0 0.98 0.37 0.01
HSL 322.74º 0.98% 0.51% -
HSV(B) 322.74º 0.98% 0.99% -
XYZ 46.82 23.49 34.87 -
YUV 96.71 163.16 239.48 -
System Red Green Blue C M Y K H S L
Decimal 253 5 159 0 0.98 0.37 0.01 322.74 0.98 0.51
Hex FD 5 9F 0 62 25 1 143 62 33
Octal 375 5 237 0 142 45 1 503 142 63
Binary 11111101 101 10011111 0 1100010 100101 1 101000011 1100010 110011

Color Harmonies of #FD059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD059F

Black with #FD059F

Text Example


Text Example

White with #FD059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD059F; }

 p { color: rgb(253,5,159); }

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

background-color css

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

 a { background-color: rgb(253,5,159); }

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

border-color css

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

 span { border-color: rgb(253,5,159); }

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