Html Css Color HEX #F1049C Hollywood Cerise

📋 copy color: '#F1049C'

red 241 ◦ green 4 ◦ blue 156

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

Shades of Hollywood Cerise #F1049C

Tints of Hollywood Cerise #F1049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 60.1%
G = 1%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1049C (or 0xF1049C) is known color: Hollywood Cerise. HEX triplet: F1, 04 and 9C. RGB value is (241,4,156). Sum of RGB (Red+Green+Blue) = 241+4+156=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1049C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1049C is #0EFB63. Grayscale: #5B5B5B. Windows color (decimal): -981860 or 10224881. OLE color: 10224881.

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

Color convert

RGB 241 4 156 -
CMYK 0 0.98 0.35 0.05
HSL 321.52º 0.97% 0.48% -
HSV(B) 321.52º 0.98% 0.95% -
XYZ 42.32 21.19 33.31 -
YUV 92.19 164.02 234.14 -
System Red Green Blue C M Y K H S L
Decimal 241 4 156 0 0.98 0.35 0.05 321.52 0.97 0.48
Hex F1 4 9C 0 62 23 5 142 61 30
Octal 361 4 234 0 142 43 5 502 141 60
Binary 11110001 100 10011100 0 1100010 100011 101 101000010 1100001 110000

Color Harmonies of #F1049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1049C

Black with #F1049C

Text Example


Text Example

White with #F1049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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