Html Css Color HEX #F2059F Hollywood Cerise

📋 copy color: '#F2059F'

red 242 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #F2059F

Tints of Hollywood Cerise #F2059F

RGB

 RED value IS 242 (94.92% from 255) = 59.61%

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

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

R = 59.61%
G = 1.23%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2059F (or 0xF2059F) is known color: Hollywood Cerise. HEX triplet: F2, 05 and 9F. RGB value is (242,5,159). Sum of RGB (Red+Green+Blue) = 242+5+159=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2059F is #0DFA60. Grayscale: #5D5D5D. Windows color (decimal): -916065 or 10421746. OLE color: 10421746.

HSL color Cylindrical-coordinate representation of color #F2059F: hue angle of 321.01º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2059F is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 159 -
CMYK 0 0.98 0.34 0.05
HSL 321.01º 0.96% 0.48% -
HSV(B) 321.01º 0.98% 0.95% -
XYZ 42.93 21.49 34.69 -
YUV 93.42 165.02 233.98 -
System Red Green Blue C M Y K H S L
Decimal 242 5 159 0 0.98 0.34 0.05 321.01 0.96 0.48
Hex F2 5 9F 0 62 22 5 141 60 30
Octal 362 5 237 0 142 42 5 501 140 60
Binary 11110010 101 10011111 0 1100010 100010 101 101000001 1100000 110000

Color Harmonies of #F2059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2059F

Black with #F2059F

Text Example


Text Example

White with #F2059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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