Html Css Color HEX #F10FA2 Hollywood Cerise

📋 copy color: '#F10FA2'

red 241 ◦ green 15 ◦ blue 162

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

Shades of Hollywood Cerise #F10FA2

Tints of Hollywood Cerise #F10FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 57.66%
G = 3.59%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F10FA2 (or 0xF10FA2) is known color: Hollywood Cerise. HEX triplet: F1, 0F and A2. RGB value is (241,15,162). Sum of RGB (Red+Green+Blue) = 241+15+162=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FA2 is #0EF05D. Grayscale: #626262. Windows color (decimal): -979038 or 10620913. OLE color: 10620913.

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

Color convert

RGB 241 15 162 -
CMYK 0 0.94 0.33 0.05
HSL 320.97º 0.89% 0.5% -
HSV(B) 320.97º 0.94% 0.95% -
XYZ 42.97 21.65 36.1 -
YUV 99.33 163.37 229.05 -
System Red Green Blue C M Y K H S L
Decimal 241 15 162 0 0.94 0.33 0.05 320.97 0.89 0.5
Hex F1 F A2 0 5E 21 5 141 59 32
Octal 361 17 242 0 136 41 5 501 131 62
Binary 11110001 1111 10100010 0 1011110 100001 101 101000001 1011001 110010

Color Harmonies of #F10FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10FA2

Black with #F10FA2

Text Example


Text Example

White with #F10FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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