Html Css Color HEX #F40298 Hollywood Cerise

📋 copy color: '#F40298'

red 244 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #F40298

Tints of Hollywood Cerise #F40298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.19%

R = 61.31%
G = 0.5%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F40298 (or 0xF40298) is known color: Hollywood Cerise. HEX triplet: F4, 02 and 98. RGB value is (244,2,152). Sum of RGB (Red+Green+Blue) = 244+2+152=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F40298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40298 is #0BFD67. Grayscale: #5B5B5B. Windows color (decimal): -785768 or 9962228. OLE color: 9962228.

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

Color convert

RGB 244 2 152 -
CMYK 0 0.99 0.38 0.04
HSL 322.81º 0.98% 0.48% -
HSV(B) 322.81º 0.99% 0.96% -
XYZ 43 21.54 31.6 -
YUV 91.46 162.17 236.8 -
System Red Green Blue C M Y K H S L
Decimal 244 2 152 0 0.99 0.38 0.04 322.81 0.98 0.48
Hex F4 2 98 0 63 26 4 143 62 30
Octal 364 2 230 0 143 46 4 503 142 60
Binary 11110100 10 10011000 0 1100011 100110 100 101000011 1100010 110000

Color Harmonies of #F40298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40298

Black with #F40298

Text Example


Text Example

White with #F40298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40298; }

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

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

background-color css

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

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

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

border-color css

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

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

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