Html Css Color HEX #F0049A Hollywood Cerise

📋 copy color: '#F0049A'

red 240 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #F0049A

Tints of Hollywood Cerise #F0049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 60.3%
G = 1.01%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0049A (or 0xF0049A) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 9A. RGB value is (240,4,154). Sum of RGB (Red+Green+Blue) = 240+4+154=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0049A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0049A is #0FFB65. Grayscale: #5B5B5B. Windows color (decimal): -1047398 or 10093808. OLE color: 10093808.

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

Color convert

RGB 240 4 154 -
CMYK 0 0.98 0.36 0.06
HSL 321.86º 0.97% 0.48% -
HSV(B) 321.86º 0.98% 0.94% -
XYZ 41.81 20.95 32.41 -
YUV 91.66 163.19 233.8 -
System Red Green Blue C M Y K H S L
Decimal 240 4 154 0 0.98 0.36 0.06 321.86 0.97 0.48
Hex F0 4 9A 0 62 24 6 142 61 30
Octal 360 4 232 0 142 44 6 502 141 60
Binary 11110000 100 10011010 0 1100010 100100 110 101000010 1100001 110000

Color Harmonies of #F0049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0049A

Black with #F0049A

Text Example


Text Example

White with #F0049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0049A; }

 p { color: rgb(240,4,154); }

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

background-color css

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

 a { background-color: rgb(240,4,154); }

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

border-color css

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

 span { border-color: rgb(240,4,154); }

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