Html Css Color HEX #F40093 Hollywood Cerise

📋 copy color: '#F40093'

red 244 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #F40093

Tints of Hollywood Cerise #F40093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.4%
G = 0%
B = 37.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F40093 (or 0xF40093) is known color: Hollywood Cerise. HEX triplet: F4, 00 and 93. RGB value is (244,0,147). Sum of RGB (Red+Green+Blue) = 244+0+147=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F40093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40093 is #0BFF6C. Grayscale: #595959. Windows color (decimal): -786285 or 9634036. OLE color: 9634036.

HSL color Cylindrical-coordinate representation of color #F40093: hue angle of 323.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40093 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 147 -
CMYK 0 1 0.40 0.04
HSL 323.85º 1% 0.48% -
HSV(B) 323.85º 1% 0.96% -
XYZ 42.57 21.34 29.48 -
YUV 89.71 160.34 238.05 -
System Red Green Blue C M Y K H S L
Decimal 244 0 147 0 1 0.40 0.04 323.85 1 0.48
Hex F4 0 93 0 64 28 4 144 64 30
Octal 364 0 223 0 144 50 4 504 144 60
Binary 11110100 0 10010011 0 1100100 101000 100 101000100 1100100 110000

Color Harmonies of #F40093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40093

Black with #F40093

Text Example


Text Example

White with #F40093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40093; }

 p { color: rgb(244,0,147); }

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

background-color css

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

 a { background-color: rgb(244,0,147); }

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

border-color css

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

 span { border-color: rgb(244,0,147); }

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