Html Css Color HEX #F00298 Hollywood Cerise

📋 copy color: '#F00298'

red 240 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #F00298

Tints of Hollywood Cerise #F00298

RGB

 RED value IS 240 (94.14% from 255) = 60.91%

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

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

R = 60.91%
G = 0.51%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F00298 (or 0xF00298) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 98. RGB value is (240,2,152). Sum of RGB (Red+Green+Blue) = 240+2+152=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00298 is #0FFD67. Grayscale: #595959. Windows color (decimal): -1047912 or 9962224. OLE color: 9962224.

HSL color Cylindrical-coordinate representation of color #F00298: hue angle of 322.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00298 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 152 -
CMYK 0 0.99 0.37 0.06
HSL 322.18º 0.98% 0.47% -
HSV(B) 322.18º 0.99% 0.94% -
XYZ 41.62 20.84 31.53 -
YUV 90.26 162.85 234.8 -
System Red Green Blue C M Y K H S L
Decimal 240 2 152 0 0.99 0.37 0.06 322.18 0.98 0.47
Hex F0 2 98 0 63 25 6 142 62 2F
Octal 360 2 230 0 143 45 6 502 142 57
Binary 11110000 10 10011000 0 1100011 100101 110 101000010 1100010 101111

Color Harmonies of #F00298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00298

Black with #F00298

Text Example


Text Example

White with #F00298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00298; }

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

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

background-color css

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

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

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

border-color css

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

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

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