Html Css Color HEX #F40295 Hollywood Cerise

📋 copy color: '#F40295'

red 244 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #F40295

Tints of Hollywood Cerise #F40295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 61.77%
G = 0.51%
B = 37.72%

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

#F40295 (or 0xF40295) is known color: Hollywood Cerise. HEX triplet: F4, 02 and 95. RGB value is (244,2,149). Sum of RGB (Red+Green+Blue) = 244+2+149=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F40295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40295 is #0BFD6A. Grayscale: #5A5A5A. Windows color (decimal): -785771 or 9765620. OLE color: 9765620.

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

Color convert

RGB 244 2 149 -
CMYK 0 0.99 0.39 0.04
HSL 323.55º 0.98% 0.48% -
HSV(B) 323.55º 0.99% 0.96% -
XYZ 42.75 21.45 30.32 -
YUV 91.12 160.67 237.05 -
System Red Green Blue C M Y K H S L
Decimal 244 2 149 0 0.99 0.39 0.04 323.55 0.98 0.48
Hex F4 2 95 0 63 27 4 144 62 30
Octal 364 2 225 0 143 47 4 504 142 60
Binary 11110100 10 10010101 0 1100011 100111 100 101000100 1100010 110000

Color Harmonies of #F40295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40295

Black with #F40295

Text Example


Text Example

White with #F40295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40295; }

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

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

background-color css

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

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

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

border-color css

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

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

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