Html Css Color HEX #F1029C Hollywood Cerise

📋 copy color: '#F1029C'

red 241 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #F1029C

Tints of Hollywood Cerise #F1029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 60.4%
G = 0.5%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1029C (or 0xF1029C) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 9C. RGB value is (241,2,156). Sum of RGB (Red+Green+Blue) = 241+2+156=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1029C is #0EFD63. Grayscale: #5A5A5A. Windows color (decimal): -982372 or 10224369. OLE color: 10224369.

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

Color convert

RGB 241 2 156 -
CMYK 0 0.99 0.35 0.05
HSL 321.34º 0.98% 0.48% -
HSV(B) 321.34º 0.99% 0.95% -
XYZ 42.3 21.14 33.3 -
YUV 91.02 164.68 234.98 -
System Red Green Blue C M Y K H S L
Decimal 241 2 156 0 0.99 0.35 0.05 321.34 0.98 0.48
Hex F1 2 9C 0 63 23 5 141 62 30
Octal 361 2 234 0 143 43 5 501 142 60
Binary 11110001 10 10011100 0 1100011 100011 101 101000001 1100010 110000

Color Harmonies of #F1029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1029C

Black with #F1029C

Text Example


Text Example

White with #F1029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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