Html Css Color HEX #F2019B Hollywood Cerise

📋 copy color: '#F2019B'

red 242 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #F2019B

Tints of Hollywood Cerise #F2019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 60.8%
G = 0.25%
B = 38.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2019B (or 0xF2019B) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 9B. RGB value is (242,1,155). Sum of RGB (Red+Green+Blue) = 242+1+155=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2019B is #0DFE64. Grayscale: #5A5A5A. Windows color (decimal): -917093 or 10158578. OLE color: 10158578.

HSL color Cylindrical-coordinate representation of color #F2019B: hue angle of 321.66º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2019B is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 1 155 -
CMYK 0 1.00 0.36 0.05
HSL 321.66º 0.99% 0.48% -
HSV(B) 321.66º 1% 0.95% -
XYZ 42.55 21.27 32.87 -
YUV 90.62 164.34 235.98 -
System Red Green Blue C M Y K H S L
Decimal 242 1 155 0 1.00 0.36 0.05 321.66 0.99 0.48
Hex F2 1 9B 0 64 24 5 142 63 30
Octal 362 1 233 0 144 44 5 502 143 60
Binary 11110010 1 10011011 0 1100100 100100 101 101000010 1100011 110000

Color Harmonies of #F2019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2019B

Black with #F2019B

Text Example


Text Example

White with #F2019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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