Html Css Color HEX #F10593 Hollywood Cerise

📋 copy color: '#F10593'

red 241 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #F10593

Tints of Hollywood Cerise #F10593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 61.32%
G = 1.27%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F10593 (or 0xF10593) is known color: Hollywood Cerise. HEX triplet: F1, 05 and 93. RGB value is (241,5,147). Sum of RGB (Red+Green+Blue) = 241+5+147=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F10593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10593 is #0EFA6C. Grayscale: #5B5B5B. Windows color (decimal): -981613 or 9635313. OLE color: 9635313.

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

Color convert

RGB 241 5 147 -
CMYK 0 0.98 0.39 0.05
HSL 323.9º 0.96% 0.48% -
HSV(B) 323.9º 0.98% 0.95% -
XYZ 41.6 20.92 29.45 -
YUV 91.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 241 5 147 0 0.98 0.39 0.05 323.9 0.96 0.48
Hex F1 5 93 0 62 27 5 144 60 30
Octal 361 5 223 0 142 47 5 504 140 60
Binary 11110001 101 10010011 0 1100010 100111 101 101000100 1100000 110000

Color Harmonies of #F10593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10593

Black with #F10593

Text Example


Text Example

White with #F10593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10593; }

 p { color: rgb(241,5,147); }

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

background-color css

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

 a { background-color: rgb(241,5,147); }

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

border-color css

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

 span { border-color: rgb(241,5,147); }

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