Html Css Color HEX #F10792 Hollywood Cerise

📋 copy color: '#F10792'

red 241 ◦ green 7 ◦ blue 146

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

Shades of Hollywood Cerise #F10792

Tints of Hollywood Cerise #F10792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.78%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 61.17%
G = 1.78%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F10792 (or 0xF10792) is known color: Hollywood Cerise. HEX triplet: F1, 07 and 92. RGB value is (241,7,146). Sum of RGB (Red+Green+Blue) = 241+7+146=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10792 is #0EF86D. Grayscale: #5C5C5C. Windows color (decimal): -981102 or 9570289. OLE color: 9570289.

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

Color convert

RGB 241 7 146 -
CMYK 0 0.97 0.39 0.05
HSL 324.36º 0.94% 0.49% -
HSV(B) 324.36º 0.97% 0.95% -
XYZ 41.54 20.93 29.04 -
YUV 92.81 158.02 233.7 -
System Red Green Blue C M Y K H S L
Decimal 241 7 146 0 0.97 0.39 0.05 324.36 0.94 0.49
Hex F1 7 92 0 61 27 5 144 5E 31
Octal 361 7 222 0 141 47 5 504 136 61
Binary 11110001 111 10010010 0 1100001 100111 101 101000100 1011110 110001

Color Harmonies of #F10792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10792

Black with #F10792

Text Example


Text Example

White with #F10792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10792; }

 p { color: rgb(241,7,146); }

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

background-color css

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

 a { background-color: rgb(241,7,146); }

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

border-color css

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

 span { border-color: rgb(241,7,146); }

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