Html Css Color HEX #F2069F Hollywood Cerise

📋 copy color: '#F2069F'

red 242 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #F2069F

Tints of Hollywood Cerise #F2069F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

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

R = 59.46%
G = 1.47%
B = 39.07%

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

#F2069F (or 0xF2069F) is known color: Hollywood Cerise. HEX triplet: F2, 06 and 9F. RGB value is (242,6,159). Sum of RGB (Red+Green+Blue) = 242+6+159=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2069F is #0DF960. Grayscale: #5D5D5D. Windows color (decimal): -915809 or 10422002. OLE color: 10422002.

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

Color convert

RGB 242 6 159 -
CMYK 0 0.98 0.34 0.05
HSL 321.1º 0.95% 0.49% -
HSV(B) 321.1º 0.98% 0.95% -
XYZ 42.94 21.51 34.69 -
YUV 94.01 164.69 233.56 -
System Red Green Blue C M Y K H S L
Decimal 242 6 159 0 0.98 0.34 0.05 321.1 0.95 0.49
Hex F2 6 9F 0 62 22 5 141 5F 31
Octal 362 6 237 0 142 42 5 501 137 61
Binary 11110010 110 10011111 0 1100010 100010 101 101000001 1011111 110001

Color Harmonies of #F2069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2069F

Black with #F2069F

Text Example


Text Example

White with #F2069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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