Html Css Color HEX #F00398 Hollywood Cerise

📋 copy color: '#F00398'

red 240 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #F00398

Tints of Hollywood Cerise #F00398

RGB

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

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

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

R = 60.76%
G = 0.76%
B = 38.48%

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

#F00398 (or 0xF00398) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 98. RGB value is (240,3,152). Sum of RGB (Red+Green+Blue) = 240+3+152=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F00398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00398 is #0FFC67. Grayscale: #5A5A5A. Windows color (decimal): -1047656 or 9962480. OLE color: 9962480.

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

Color convert

RGB 240 3 152 -
CMYK 0 0.99 0.37 0.06
HSL 322.28º 0.98% 0.48% -
HSV(B) 322.28º 0.99% 0.94% -
XYZ 41.64 20.86 31.54 -
YUV 90.85 162.52 234.38 -
System Red Green Blue C M Y K H S L
Decimal 240 3 152 0 0.99 0.37 0.06 322.28 0.98 0.48
Hex F0 3 98 0 63 25 6 142 62 30
Octal 360 3 230 0 143 45 6 502 142 60
Binary 11110000 11 10011000 0 1100011 100101 110 101000010 1100010 110000

Color Harmonies of #F00398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00398

Black with #F00398

Text Example


Text Example

White with #F00398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00398; }

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

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

background-color css

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

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

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

border-color css

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

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

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