Html Css Color HEX #F40393 Hollywood Cerise

📋 copy color: '#F40393'

red 244 ◦ green 3 ◦ blue 147

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

Shades of Hollywood Cerise #F40393

Tints of Hollywood Cerise #F40393

RGB

 RED value IS 244 (95.7% from 255) = 61.93%

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 61.93%
G = 0.76%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F40393 (or 0xF40393) is known color: Hollywood Cerise. HEX triplet: F4, 03 and 93. RGB value is (244,3,147). Sum of RGB (Red+Green+Blue) = 244+3+147=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F40393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40393 is #0BFC6C. Grayscale: #5B5B5B. Windows color (decimal): -785517 or 9634804. OLE color: 9634804.

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

Color convert

RGB 244 3 147 -
CMYK 0 0.99 0.40 0.04
HSL 324.15º 0.98% 0.48% -
HSV(B) 324.15º 0.99% 0.96% -
XYZ 42.61 21.4 29.49 -
YUV 91.48 159.34 236.79 -
System Red Green Blue C M Y K H S L
Decimal 244 3 147 0 0.99 0.40 0.04 324.15 0.98 0.48
Hex F4 3 93 0 63 28 4 144 62 30
Octal 364 3 223 0 143 50 4 504 142 60
Binary 11110100 11 10010011 0 1100011 101000 100 101000100 1100010 110000

Color Harmonies of #F40393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40393

Black with #F40393

Text Example


Text Example

White with #F40393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40393; }

 p { color: rgb(244,3,147); }

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

background-color css

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

 a { background-color: rgb(244,3,147); }

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

border-color css

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

 span { border-color: rgb(244,3,147); }

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