Html Css Color HEX #F1129F Hollywood Cerise

📋 copy color: '#F1129F'

red 241 ◦ green 18 ◦ blue 159

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

Shades of Hollywood Cerise #F1129F

Tints of Hollywood Cerise #F1129F

RGB

 RED value IS 241 (94.53% from 255) = 57.66%

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

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

R = 57.66%
G = 4.31%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1129F (or 0xF1129F) is known color: Hollywood Cerise. HEX triplet: F1, 12 and 9F. RGB value is (241,18,159). Sum of RGB (Red+Green+Blue) = 241+18+159=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1129F is #0EED60. Grayscale: #646464. Windows color (decimal): -978273 or 10425073. OLE color: 10425073.

HSL color Cylindrical-coordinate representation of color #F1129F: hue angle of 322.06º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1129F is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 159 -
CMYK 0 0.93 0.34 0.05
HSL 322.06º 0.89% 0.51% -
HSV(B) 322.06º 0.93% 0.95% -
XYZ 42.75 21.64 34.72 -
YUV 100.75 160.88 228.04 -
System Red Green Blue C M Y K H S L
Decimal 241 18 159 0 0.93 0.34 0.05 322.06 0.89 0.51
Hex F1 12 9F 0 5D 22 5 142 59 33
Octal 361 22 237 0 135 42 5 502 131 63
Binary 11110001 10010 10011111 0 1011101 100010 101 101000010 1011001 110011

Color Harmonies of #F1129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1129F

Black with #F1129F

Text Example


Text Example

White with #F1129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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