Html Css Color HEX #F0129F Hollywood Cerise

📋 copy color: '#F0129F'

red 240 ◦ green 18 ◦ blue 159

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

Shades of Hollywood Cerise #F0129F

Tints of Hollywood Cerise #F0129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.32%

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

R = 57.55%
G = 4.32%
B = 38.13%

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

#F0129F (or 0xF0129F) is known color: Hollywood Cerise. HEX triplet: F0, 12 and 9F. RGB value is (240,18,159). Sum of RGB (Red+Green+Blue) = 240+18+159=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0129F is #0FED60. Grayscale: #646464. Windows color (decimal): -1043809 or 10425072. OLE color: 10425072.

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

Color convert

RGB 240 18 159 -
CMYK 0 0.92 0.34 0.06
HSL 321.89º 0.88% 0.51% -
HSV(B) 321.89º 0.93% 0.94% -
XYZ 42.41 21.46 34.71 -
YUV 100.45 161.05 227.54 -
System Red Green Blue C M Y K H S L
Decimal 240 18 159 0 0.92 0.34 0.06 321.89 0.88 0.51
Hex F0 12 9F 0 5C 22 6 142 58 33
Octal 360 22 237 0 134 42 6 502 130 63
Binary 11110000 10010 10011111 0 1011100 100010 110 101000010 1011000 110011

Color Harmonies of #F0129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0129F

Black with #F0129F

Text Example


Text Example

White with #F0129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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