Html Css Color HEX #F00395 Hollywood Cerise

📋 copy color: '#F00395'

red 240 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #F00395

Tints of Hollywood Cerise #F00395

RGB

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

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

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

R = 61.22%
G = 0.77%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F00395 (or 0xF00395) is known color: Hollywood Cerise. HEX triplet: F0, 03 and 95. RGB value is (240,3,149). Sum of RGB (Red+Green+Blue) = 240+3+149=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F00395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00395 is #0FFC6A. Grayscale: #5A5A5A. Windows color (decimal): -1047659 or 9765872. OLE color: 9765872.

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

Color convert

RGB 240 3 149 -
CMYK 0 0.99 0.38 0.06
HSL 323.04º 0.98% 0.48% -
HSV(B) 323.04º 0.99% 0.94% -
XYZ 41.39 20.76 30.26 -
YUV 90.51 161.02 234.63 -
System Red Green Blue C M Y K H S L
Decimal 240 3 149 0 0.99 0.38 0.06 323.04 0.98 0.48
Hex F0 3 95 0 63 26 6 143 62 30
Octal 360 3 225 0 143 46 6 503 142 60
Binary 11110000 11 10010101 0 1100011 100110 110 101000011 1100010 110000

Color Harmonies of #F00395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00395

Black with #F00395

Text Example


Text Example

White with #F00395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00395; }

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

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

background-color css

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

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

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

border-color css

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

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

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