Html Css Color HEX #F10490 Hollywood Cerise

📋 copy color: '#F10490'

red 241 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #F10490

Tints of Hollywood Cerise #F10490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 61.95%
G = 1.03%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F10490 (or 0xF10490) is known color: Hollywood Cerise. HEX triplet: F1, 04 and 90. RGB value is (241,4,144). Sum of RGB (Red+Green+Blue) = 241+4+144=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F10490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10490 is #0EFB6F. Grayscale: #5A5A5A. Windows color (decimal): -981872 or 9438449. OLE color: 9438449.

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

Color convert

RGB 241 4 144 -
CMYK 0 0.98 0.40 0.05
HSL 324.56º 0.97% 0.48% -
HSV(B) 324.56º 0.98% 0.95% -
XYZ 41.35 20.8 28.22 -
YUV 90.82 158.02 235.12 -
System Red Green Blue C M Y K H S L
Decimal 241 4 144 0 0.98 0.40 0.05 324.56 0.97 0.48
Hex F1 4 90 0 62 28 5 145 61 30
Octal 361 4 220 0 142 50 5 505 141 60
Binary 11110001 100 10010000 0 1100010 101000 101 101000101 1100001 110000

Color Harmonies of #F10490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10490

Black with #F10490

Text Example


Text Example

White with #F10490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10490; }

 p { color: rgb(241,4,144); }

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

background-color css

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

 a { background-color: rgb(241,4,144); }

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

border-color css

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

 span { border-color: rgb(241,4,144); }

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