Html Css Color HEX #F0149F Hollywood Cerise

📋 copy color: '#F0149F'

red 240 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #F0149F

Tints of Hollywood Cerise #F0149F

RGB

 RED value IS 240 (94.14% from 255) = 57.28%

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 57.28%
G = 4.77%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0149F (or 0xF0149F) is known color: Hollywood Cerise. HEX triplet: F0, 14 and 9F. RGB value is (240,20,159). Sum of RGB (Red+Green+Blue) = 240+20+159=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0149F is #0FEB60. Grayscale: #656565. Windows color (decimal): -1043297 or 10425584. OLE color: 10425584.

HSL color Cylindrical-coordinate representation of color #F0149F: hue angle of 322.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0149F is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 159 -
CMYK 0 0.92 0.34 0.06
HSL 322.09º 0.88% 0.51% -
HSV(B) 322.09º 0.92% 0.94% -
XYZ 42.44 21.53 34.72 -
YUV 101.63 160.39 226.7 -
System Red Green Blue C M Y K H S L
Decimal 240 20 159 0 0.92 0.34 0.06 322.09 0.88 0.51
Hex F0 14 9F 0 5C 22 6 142 58 33
Octal 360 24 237 0 134 42 6 502 130 63
Binary 11110000 10100 10011111 0 1011100 100010 110 101000010 1011000 110011

Color Harmonies of #F0149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0149F

Black with #F0149F

Text Example


Text Example

White with #F0149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0149F; }

 p { color: rgb(240,20,159); }

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

background-color css

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

 a { background-color: rgb(240,20,159); }

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

border-color css

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

 span { border-color: rgb(240,20,159); }

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