Html Css Color HEX #F00593 Hollywood Cerise

📋 copy color: '#F00593'

red 240 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #F00593

Tints of Hollywood Cerise #F00593

RGB

 RED value IS 240 (94.14% from 255) = 61.22%

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

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

R = 61.22%
G = 1.28%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F00593 (or 0xF00593) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 93. RGB value is (240,5,147). Sum of RGB (Red+Green+Blue) = 240+5+147=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F00593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00593 is #0FFA6C. Grayscale: #5B5B5B. Windows color (decimal): -1047149 or 9635312. OLE color: 9635312.

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

Color convert

RGB 240 5 147 -
CMYK 0 0.98 0.39 0.06
HSL 323.74º 0.96% 0.48% -
HSV(B) 323.74º 0.98% 0.94% -
XYZ 41.26 20.74 29.43 -
YUV 91.45 159.36 233.95 -
System Red Green Blue C M Y K H S L
Decimal 240 5 147 0 0.98 0.39 0.06 323.74 0.96 0.48
Hex F0 5 93 0 62 27 6 144 60 30
Octal 360 5 223 0 142 47 6 504 140 60
Binary 11110000 101 10010011 0 1100010 100111 110 101000100 1100000 110000

Color Harmonies of #F00593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00593

Black with #F00593

Text Example


Text Example

White with #F00593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00593; }

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

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

background-color css

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

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

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

border-color css

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

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

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