Html Css Color HEX #F10F9B Hollywood Cerise

📋 copy color: '#F10F9B'

red 241 ◦ green 15 ◦ blue 155

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

Shades of Hollywood Cerise #F10F9B

Tints of Hollywood Cerise #F10F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.65%

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

R = 58.64%
G = 3.65%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F10F9B (or 0xF10F9B) is known color: Hollywood Cerise. HEX triplet: F1, 0F and 9B. RGB value is (241,15,155). Sum of RGB (Red+Green+Blue) = 241+15+155=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F9B is #0EF064. Grayscale: #626262. Windows color (decimal): -979045 or 10162161. OLE color: 10162161.

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

Color convert

RGB 241 15 155 -
CMYK 0 0.94 0.36 0.05
HSL 322.83º 0.89% 0.5% -
HSV(B) 322.83º 0.94% 0.95% -
XYZ 42.36 21.41 32.91 -
YUV 98.53 159.87 229.62 -
System Red Green Blue C M Y K H S L
Decimal 241 15 155 0 0.94 0.36 0.05 322.83 0.89 0.5
Hex F1 F 9B 0 5E 24 5 143 59 32
Octal 361 17 233 0 136 44 5 503 131 62
Binary 11110001 1111 10011011 0 1011110 100100 101 101000011 1011001 110010

Color Harmonies of #F10F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F9B

Black with #F10F9B

Text Example


Text Example

White with #F10F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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