Html Css Color HEX #F20694 Hollywood Cerise

📋 copy color: '#F20694'

red 242 ◦ green 6 ◦ blue 148

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

Shades of Hollywood Cerise #F20694

Tints of Hollywood Cerise #F20694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 61.11%
G = 1.52%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F20694 (or 0xF20694) is known color: Hollywood Cerise. HEX triplet: F2, 06 and 94. RGB value is (242,6,148). Sum of RGB (Red+Green+Blue) = 242+6+148=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F20694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20694 is #0DF96B. Grayscale: #5C5C5C. Windows color (decimal): -915820 or 9701106. OLE color: 9701106.

HSL color Cylindrical-coordinate representation of color #F20694: hue angle of 323.9º 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 #F20694 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 148 -
CMYK 0 0.98 0.39 0.05
HSL 323.9º 0.95% 0.49% -
HSV(B) 323.9º 0.98% 0.95% -
XYZ 42.03 21.15 29.88 -
YUV 92.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 242 6 148 0 0.98 0.39 0.05 323.9 0.95 0.49
Hex F2 6 94 0 62 27 5 144 5F 31
Octal 362 6 224 0 142 47 5 504 137 61
Binary 11110010 110 10010100 0 1100010 100111 101 101000100 1011111 110001

Color Harmonies of #F20694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20694

Black with #F20694

Text Example


Text Example

White with #F20694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20694; }

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

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

background-color css

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

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

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

border-color css

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

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

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