Html Css Color HEX #F40394 Hollywood Cerise

📋 copy color: '#F40394'

red 244 ◦ green 3 ◦ blue 148

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

Shades of Hollywood Cerise #F40394

Tints of Hollywood Cerise #F40394

RGB

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

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

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

R = 61.77%
G = 0.76%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F40394 (or 0xF40394) is known color: Hollywood Cerise. HEX triplet: F4, 03 and 94. RGB value is (244,3,148). Sum of RGB (Red+Green+Blue) = 244+3+148=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F40394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40394 is #0BFC6B. Grayscale: #5B5B5B. Windows color (decimal): -785516 or 9700340. OLE color: 9700340.

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

Color convert

RGB 244 3 148 -
CMYK 0 0.99 0.39 0.04
HSL 323.9º 0.98% 0.48% -
HSV(B) 323.9º 0.99% 0.96% -
XYZ 42.69 21.44 29.9 -
YUV 91.59 159.84 236.71 -
System Red Green Blue C M Y K H S L
Decimal 244 3 148 0 0.99 0.39 0.04 323.9 0.98 0.48
Hex F4 3 94 0 63 27 4 144 62 30
Octal 364 3 224 0 143 47 4 504 142 60
Binary 11110100 11 10010100 0 1100011 100111 100 101000100 1100010 110000

Color Harmonies of #F40394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40394

Black with #F40394

Text Example


Text Example

White with #F40394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40394; }

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

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

background-color css

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

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

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

border-color css

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

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

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