Html Css Color HEX #F40395 Hollywood Cerise

📋 copy color: '#F40395'

red 244 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #F40395

Tints of Hollywood Cerise #F40395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 61.62%
G = 0.76%
B = 37.63%

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

#F40395 (or 0xF40395) is known color: Hollywood Cerise. HEX triplet: F4, 03 and 95. RGB value is (244,3,149). Sum of RGB (Red+Green+Blue) = 244+3+149=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F40395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40395 is #0BFC6A. Grayscale: #5B5B5B. Windows color (decimal): -785515 or 9765876. OLE color: 9765876.

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

Color convert

RGB 244 3 149 -
CMYK 0 0.99 0.39 0.04
HSL 323.65º 0.98% 0.48% -
HSV(B) 323.65º 0.99% 0.96% -
XYZ 42.77 21.47 30.32 -
YUV 91.7 160.34 236.63 -
System Red Green Blue C M Y K H S L
Decimal 244 3 149 0 0.99 0.39 0.04 323.65 0.98 0.48
Hex F4 3 95 0 63 27 4 144 62 30
Octal 364 3 225 0 143 47 4 504 142 60
Binary 11110100 11 10010101 0 1100011 100111 100 101000100 1100010 110000

Color Harmonies of #F40395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40395

Black with #F40395

Text Example


Text Example

White with #F40395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40395; }

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

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

background-color css

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

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

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

border-color css

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

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

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