Html Css Color HEX #F10A9B Hollywood Cerise

📋 copy color: '#F10A9B'

red 241 ◦ green 10 ◦ blue 155

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

Shades of Hollywood Cerise #F10A9B

Tints of Hollywood Cerise #F10A9B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

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

R = 59.36%
G = 2.46%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F10A9B (or 0xF10A9B) is known color: Hollywood Cerise. HEX triplet: F1, 0A and 9B. RGB value is (241,10,155). Sum of RGB (Red+Green+Blue) = 241+10+155=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A9B is #0EF564. Grayscale: #5F5F5F. Windows color (decimal): -980325 or 10160881. OLE color: 10160881.

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

Color convert

RGB 241 10 155 -
CMYK 0 0.96 0.36 0.05
HSL 322.34º 0.92% 0.49% -
HSV(B) 322.34º 0.96% 0.95% -
XYZ 42.3 21.28 32.89 -
YUV 95.6 161.53 231.71 -
System Red Green Blue C M Y K H S L
Decimal 241 10 155 0 0.96 0.36 0.05 322.34 0.92 0.49
Hex F1 A 9B 0 60 24 5 142 5C 31
Octal 361 12 233 0 140 44 5 502 134 61
Binary 11110001 1010 10011011 0 1100000 100100 101 101000010 1011100 110001

Color Harmonies of #F10A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A9B

Black with #F10A9B

Text Example


Text Example

White with #F10A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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