Html Css Color HEX #F00293 Hollywood Cerise

📋 copy color: '#F00293'

red 240 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #F00293

Tints of Hollywood Cerise #F00293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 61.7%
G = 0.51%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F00293 (or 0xF00293) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 93. RGB value is (240,2,147). Sum of RGB (Red+Green+Blue) = 240+2+147=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F00293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00293 is #0FFD6C. Grayscale: #595959. Windows color (decimal): -1047917 or 9634544. OLE color: 9634544.

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

Color convert

RGB 240 2 147 -
CMYK 0 0.99 0.39 0.06
HSL 323.45º 0.98% 0.47% -
HSV(B) 323.45º 0.99% 0.94% -
XYZ 41.22 20.68 29.42 -
YUV 89.69 160.35 235.21 -
System Red Green Blue C M Y K H S L
Decimal 240 2 147 0 0.99 0.39 0.06 323.45 0.98 0.47
Hex F0 2 93 0 63 27 6 143 62 2F
Octal 360 2 223 0 143 47 6 503 142 57
Binary 11110000 10 10010011 0 1100011 100111 110 101000011 1100010 101111

Color Harmonies of #F00293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00293

Black with #F00293

Text Example


Text Example

White with #F00293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00293; }

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

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

background-color css

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

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

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

border-color css

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

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

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