Html Css Color HEX #F1029E Hollywood Cerise

📋 copy color: '#F1029E'

red 241 ◦ green 2 ◦ blue 158

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

Shades of Hollywood Cerise #F1029E

Tints of Hollywood Cerise #F1029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 60.1%
G = 0.5%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1029E (or 0xF1029E) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 9E. RGB value is (241,2,158). Sum of RGB (Red+Green+Blue) = 241+2+158=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1029E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1029E is #0EFD61. Grayscale: #5A5A5A. Windows color (decimal): -982370 or 10355441. OLE color: 10355441.

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

Color convert

RGB 241 2 158 -
CMYK 0 0.99 0.34 0.05
HSL 320.84º 0.98% 0.48% -
HSV(B) 320.84º 0.99% 0.95% -
XYZ 42.47 21.21 34.2 -
YUV 91.25 165.68 234.82 -
System Red Green Blue C M Y K H S L
Decimal 241 2 158 0 0.99 0.34 0.05 320.84 0.98 0.48
Hex F1 2 9E 0 63 22 5 141 62 30
Octal 361 2 236 0 143 42 5 501 142 60
Binary 11110001 10 10011110 0 1100011 100010 101 101000001 1100010 110000

Color Harmonies of #F1029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1029E

Black with #F1029E

Text Example


Text Example

White with #F1029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1029E; }

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

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

background-color css

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

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

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

border-color css

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

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

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