Html Css Color HEX #F105A0 Hollywood Cerise

📋 copy color: '#F105A0'

red 241 ◦ green 5 ◦ blue 160

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

Shades of Hollywood Cerise #F105A0

Tints of Hollywood Cerise #F105A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 59.36%
G = 1.23%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F105A0 (or 0xF105A0) is known color: Hollywood Cerise. HEX triplet: F1, 05 and A0. RGB value is (241,5,160). Sum of RGB (Red+Green+Blue) = 241+5+160=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F105A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F105A0 is #0EFA5F. Grayscale: #5C5C5C. Windows color (decimal): -981600 or 10487281. OLE color: 10487281.

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

Color convert

RGB 241 5 160 -
CMYK 0 0.98 0.34 0.05
HSL 320.59º 0.96% 0.48% -
HSV(B) 320.59º 0.98% 0.95% -
XYZ 42.68 21.35 35.13 -
YUV 93.23 165.69 233.4 -
System Red Green Blue C M Y K H S L
Decimal 241 5 160 0 0.98 0.34 0.05 320.59 0.96 0.48
Hex F1 5 A0 0 62 22 5 141 60 30
Octal 361 5 240 0 142 42 5 501 140 60
Binary 11110001 101 10100000 0 1100010 100010 101 101000001 1100000 110000

Color Harmonies of #F105A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F105A0

Black with #F105A0

Text Example


Text Example

White with #F105A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F105A0; }

 p { color: rgb(241,5,160); }

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

background-color css

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

 a { background-color: rgb(241,5,160); }

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

border-color css

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

 span { border-color: rgb(241,5,160); }

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