Html Css Color HEX #F10094 Hollywood Cerise

📋 copy color: '#F10094'

red 241 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #F10094

Tints of Hollywood Cerise #F10094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 61.95%
G = 0%
B = 38.05%

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

#F10094 (or 0xF10094) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 94. RGB value is (241,0,148). Sum of RGB (Red+Green+Blue) = 241+0+148=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F10094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10094 is #0EFF6B. Grayscale: #585858. Windows color (decimal): -982892 or 9699569. OLE color: 9699569.

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

Color convert

RGB 241 0 148 -
CMYK 0 1 0.39 0.05
HSL 323.15º 1% 0.47% -
HSV(B) 323.15º 1% 0.95% -
XYZ 41.62 20.84 29.85 -
YUV 88.93 161.34 236.47 -
System Red Green Blue C M Y K H S L
Decimal 241 0 148 0 1 0.39 0.05 323.15 1 0.47
Hex F1 0 94 0 64 27 5 143 64 2F
Octal 361 0 224 0 144 47 5 503 144 57
Binary 11110001 0 10010100 0 1100100 100111 101 101000011 1100100 101111

Color Harmonies of #F10094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10094

Black with #F10094

Text Example


Text Example

White with #F10094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10094; }

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

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

background-color css

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

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

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

border-color css

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

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

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