Html Css Color HEX #F1129E Hollywood Cerise

📋 copy color: '#F1129E'

red 241 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #F1129E

Tints of Hollywood Cerise #F1129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 57.79%
G = 4.32%
B = 37.89%

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

#F1129E (or 0xF1129E) is known color: Hollywood Cerise. HEX triplet: F1, 12 and 9E. RGB value is (241,18,158). Sum of RGB (Red+Green+Blue) = 241+18+158=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1129E is #0EED61. Grayscale: #646464. Windows color (decimal): -978274 or 10359537. OLE color: 10359537.

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

Color convert

RGB 241 18 158 -
CMYK 0 0.93 0.34 0.05
HSL 322.33º 0.89% 0.51% -
HSV(B) 322.33º 0.93% 0.95% -
XYZ 42.66 21.6 34.27 -
YUV 100.64 160.38 228.12 -
System Red Green Blue C M Y K H S L
Decimal 241 18 158 0 0.93 0.34 0.05 322.33 0.89 0.51
Hex F1 12 9E 0 5D 22 5 142 59 33
Octal 361 22 236 0 135 42 5 502 131 63
Binary 11110001 10010 10011110 0 1011101 100010 101 101000010 1011001 110011

Color Harmonies of #F1129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1129E

Black with #F1129E

Text Example


Text Example

White with #F1129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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