Html Css Color HEX #F2049D Hollywood Cerise

📋 copy color: '#F2049D'

red 242 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #F2049D

Tints of Hollywood Cerise #F2049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 60.05%
G = 0.99%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2049D (or 0xF2049D) is known color: Hollywood Cerise. HEX triplet: F2, 04 and 9D. RGB value is (242,4,157). Sum of RGB (Red+Green+Blue) = 242+4+157=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2049D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2049D is #0DFB62. Grayscale: #5C5C5C. Windows color (decimal): -916323 or 10290418. OLE color: 10290418.

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

Color convert

RGB 242 4 157 -
CMYK 0 0.98 0.35 0.05
HSL 321.43º 0.97% 0.48% -
HSV(B) 321.43º 0.98% 0.95% -
XYZ 42.75 21.4 33.78 -
YUV 92.6 164.35 234.56 -
System Red Green Blue C M Y K H S L
Decimal 242 4 157 0 0.98 0.35 0.05 321.43 0.97 0.48
Hex F2 4 9D 0 62 23 5 141 61 30
Octal 362 4 235 0 142 43 5 501 141 60
Binary 11110010 100 10011101 0 1100010 100011 101 101000001 1100001 110000

Color Harmonies of #F2049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2049D

Black with #F2049D

Text Example


Text Example

White with #F2049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2049D; }

 p { color: rgb(242,4,157); }

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

background-color css

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

 a { background-color: rgb(242,4,157); }

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

border-color css

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

 span { border-color: rgb(242,4,157); }

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