Html Css Color HEX #F10092 Hollywood Cerise

📋 copy color: '#F10092'

red 241 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #F10092

Tints of Hollywood Cerise #F10092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.27%
G = 0%
B = 37.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F10092 (or 0xF10092) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 92. RGB value is (241,0,146). Sum of RGB (Red+Green+Blue) = 241+0+146=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F10092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10092 is #0EFF6D. Grayscale: #585858. Windows color (decimal): -982894 or 9568497. OLE color: 9568497.

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

Color convert

RGB 241 0 146 -
CMYK 0 1 0.39 0.05
HSL 323.65º 1% 0.47% -
HSV(B) 323.65º 1% 0.95% -
XYZ 41.46 20.78 29.02 -
YUV 88.7 160.34 236.63 -
System Red Green Blue C M Y K H S L
Decimal 241 0 146 0 1 0.39 0.05 323.65 1 0.47
Hex F1 0 92 0 64 27 5 144 64 2F
Octal 361 0 222 0 144 47 5 504 144 57
Binary 11110001 0 10010010 0 1100100 100111 101 101000100 1100100 101111

Color Harmonies of #F10092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10092

Black with #F10092

Text Example


Text Example

White with #F10092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10092; }

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

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

background-color css

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

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

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

border-color css

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

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

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