Html Css Color HEX #F2049B Hollywood Cerise

📋 copy color: '#F2049B'

red 242 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #F2049B

Tints of Hollywood Cerise #F2049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 60.35%
G = 1%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2049B (or 0xF2049B) is known color: Hollywood Cerise. HEX triplet: F2, 04 and 9B. RGB value is (242,4,155). Sum of RGB (Red+Green+Blue) = 242+4+155=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2049B is #0DFB64. Grayscale: #5C5C5C. Windows color (decimal): -916325 or 10159346. OLE color: 10159346.

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

Color convert

RGB 242 4 155 -
CMYK 0 0.98 0.36 0.05
HSL 321.93º 0.97% 0.48% -
HSV(B) 321.93º 0.98% 0.95% -
XYZ 42.58 21.33 32.88 -
YUV 92.38 163.35 234.72 -
System Red Green Blue C M Y K H S L
Decimal 242 4 155 0 0.98 0.36 0.05 321.93 0.97 0.48
Hex F2 4 9B 0 62 24 5 142 61 30
Octal 362 4 233 0 142 44 5 502 141 60
Binary 11110010 100 10011011 0 1100010 100100 101 101000010 1100001 110000

Color Harmonies of #F2049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2049B

Black with #F2049B

Text Example


Text Example

White with #F2049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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