Html Css Color HEX #F10098 Hollywood Cerise

📋 copy color: '#F10098'

red 241 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #F10098

Tints of Hollywood Cerise #F10098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 61.32%
G = 0%
B = 38.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F10098 (or 0xF10098) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 98. RGB value is (241,0,152). Sum of RGB (Red+Green+Blue) = 241+0+152=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F10098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10098 is #0EFF67. Grayscale: #595959. Windows color (decimal): -982888 or 9961713. OLE color: 9961713.

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

Color convert

RGB 241 0 152 -
CMYK 0 1 0.37 0.05
HSL 322.16º 1% 0.47% -
HSV(B) 322.16º 1% 0.95% -
XYZ 41.94 20.97 31.54 -
YUV 89.39 163.34 236.14 -
System Red Green Blue C M Y K H S L
Decimal 241 0 152 0 1 0.37 0.05 322.16 1 0.47
Hex F1 0 98 0 64 25 5 142 64 2F
Octal 361 0 230 0 144 45 5 502 144 57
Binary 11110001 0 10011000 0 1100100 100101 101 101000010 1100100 101111

Color Harmonies of #F10098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10098

Black with #F10098

Text Example


Text Example

White with #F10098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10098; }

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

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

background-color css

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

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

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

border-color css

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

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

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