Html Css Color HEX #F5049A Hollywood Cerise

📋 copy color: '#F5049A'

red 245 ◦ green 4 ◦ blue 154

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

Shades of Hollywood Cerise #F5049A

Tints of Hollywood Cerise #F5049A

RGB

 RED value IS 245 (96.09% from 255) = 60.79%

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

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

R = 60.79%
G = 0.99%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5049A (or 0xF5049A) is known color: Hollywood Cerise. HEX triplet: F5, 04 and 9A. RGB value is (245,4,154). Sum of RGB (Red+Green+Blue) = 245+4+154=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5049A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5049A is #0AFB65. Grayscale: #5C5C5C. Windows color (decimal): -719718 or 10093813. OLE color: 10093813.

HSL color Cylindrical-coordinate representation of color #F5049A: hue angle of 322.66º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5049A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 154 -
CMYK 0 0.98 0.37 0.04
HSL 322.66º 0.97% 0.49% -
HSV(B) 322.66º 0.98% 0.96% -
XYZ 43.53 21.83 32.49 -
YUV 93.16 162.34 236.3 -
System Red Green Blue C M Y K H S L
Decimal 245 4 154 0 0.98 0.37 0.04 322.66 0.97 0.49
Hex F5 4 9A 0 62 25 4 143 61 31
Octal 365 4 232 0 142 45 4 503 141 61
Binary 11110101 100 10011010 0 1100010 100101 100 101000011 1100001 110001

Color Harmonies of #F5049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5049A

Black with #F5049A

Text Example


Text Example

White with #F5049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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