Html Css Color HEX #F1079B Hollywood Cerise

📋 copy color: '#F1079B'

red 241 ◦ green 7 ◦ blue 155

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

Shades of Hollywood Cerise #F1079B

Tints of Hollywood Cerise #F1079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

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

R = 59.8%
G = 1.74%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1079B (or 0xF1079B) is known color: Hollywood Cerise. HEX triplet: F1, 07 and 9B. RGB value is (241,7,155). Sum of RGB (Red+Green+Blue) = 241+7+155=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1079B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1079B is #0EF864. Grayscale: #5D5D5D. Windows color (decimal): -981093 or 10160113. OLE color: 10160113.

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

Color convert

RGB 241 7 155 -
CMYK 0 0.97 0.36 0.05
HSL 322.05º 0.94% 0.49% -
HSV(B) 322.05º 0.97% 0.95% -
XYZ 42.27 21.22 32.88 -
YUV 93.84 162.52 232.97 -
System Red Green Blue C M Y K H S L
Decimal 241 7 155 0 0.97 0.36 0.05 322.05 0.94 0.49
Hex F1 7 9B 0 61 24 5 142 5E 31
Octal 361 7 233 0 141 44 5 502 136 61
Binary 11110001 111 10011011 0 1100001 100100 101 101000010 1011110 110001

Color Harmonies of #F1079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1079B

Black with #F1079B

Text Example


Text Example

White with #F1079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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