Html Css Color HEX #F1049B Hollywood Cerise

📋 copy color: '#F1049B'

red 241 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #F1049B

Tints of Hollywood Cerise #F1049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 60.25%
G = 1%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1049B (or 0xF1049B) is known color: Hollywood Cerise. HEX triplet: F1, 04 and 9B. RGB value is (241,4,155). Sum of RGB (Red+Green+Blue) = 241+4+155=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1049B is #0EFB64. Grayscale: #5B5B5B. Windows color (decimal): -981861 or 10159345. OLE color: 10159345.

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

Color convert

RGB 241 4 155 -
CMYK 0 0.98 0.36 0.05
HSL 321.77º 0.97% 0.48% -
HSV(B) 321.77º 0.98% 0.95% -
XYZ 42.24 21.15 32.87 -
YUV 92.08 163.52 234.22 -
System Red Green Blue C M Y K H S L
Decimal 241 4 155 0 0.98 0.36 0.05 321.77 0.97 0.48
Hex F1 4 9B 0 62 24 5 142 61 30
Octal 361 4 233 0 142 44 5 502 141 60
Binary 11110001 100 10011011 0 1100010 100100 101 101000010 1100001 110000

Color Harmonies of #F1049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1049B

Black with #F1049B

Text Example


Text Example

White with #F1049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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