Html Css Color HEX #F1049F Hollywood Cerise

📋 copy color: '#F1049F'

red 241 ◦ green 4 ◦ blue 159

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

Shades of Hollywood Cerise #F1049F

Tints of Hollywood Cerise #F1049F

RGB

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

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

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

R = 59.65%
G = 0.99%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1049F (or 0xF1049F) is known color: Hollywood Cerise. HEX triplet: F1, 04 and 9F. RGB value is (241,4,159). Sum of RGB (Red+Green+Blue) = 241+4+159=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1049F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1049F is #0EFB60. Grayscale: #5C5C5C. Windows color (decimal): -981857 or 10421489. OLE color: 10421489.

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

Color convert

RGB 241 4 159 -
CMYK 0 0.98 0.34 0.05
HSL 320.76º 0.97% 0.48% -
HSV(B) 320.76º 0.98% 0.95% -
XYZ 42.58 21.29 34.67 -
YUV 92.53 165.52 233.9 -
System Red Green Blue C M Y K H S L
Decimal 241 4 159 0 0.98 0.34 0.05 320.76 0.97 0.48
Hex F1 4 9F 0 62 22 5 141 61 30
Octal 361 4 237 0 142 42 5 501 141 60
Binary 11110001 100 10011111 0 1100010 100010 101 101000001 1100001 110000

Color Harmonies of #F1049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1049F

Black with #F1049F

Text Example


Text Example

White with #F1049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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