Html Css Color HEX #F10198 Hollywood Cerise

📋 copy color: '#F10198'

red 241 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #F10198

Tints of Hollywood Cerise #F10198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 61.17%
G = 0.25%
B = 38.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F10198 (or 0xF10198) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 98. RGB value is (241,1,152). Sum of RGB (Red+Green+Blue) = 241+1+152=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10198 is #0EFE67. Grayscale: #595959. Windows color (decimal): -982632 or 9961969. OLE color: 9961969.

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

Color convert

RGB 241 1 152 -
CMYK 0 1.00 0.37 0.05
HSL 322.25º 0.99% 0.47% -
HSV(B) 322.25º 1% 0.95% -
XYZ 41.95 20.99 31.55 -
YUV 89.97 163.01 235.72 -
System Red Green Blue C M Y K H S L
Decimal 241 1 152 0 1.00 0.37 0.05 322.25 0.99 0.47
Hex F1 1 98 0 64 25 5 142 63 2F
Octal 361 1 230 0 144 45 5 502 143 57
Binary 11110001 1 10011000 0 1100100 100101 101 101000010 1100011 101111

Color Harmonies of #F10198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10198

Black with #F10198

Text Example


Text Example

White with #F10198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10198; }

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

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

background-color css

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

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

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

border-color css

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

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

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