Html Css Color HEX #F50CA1 Hollywood Cerise

📋 copy color: '#F50CA1'

red 245 ◦ green 12 ◦ blue 161

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

Shades of Hollywood Cerise #F50CA1

Tints of Hollywood Cerise #F50CA1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.87%

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 58.61%
G = 2.87%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F50CA1 (or 0xF50CA1) is known color: Hollywood Cerise. HEX triplet: F5, 0C and A1. RGB value is (245,12,161). Sum of RGB (Red+Green+Blue) = 245+12+161=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50CA1 is #0AF35E. Grayscale: #626262. Windows color (decimal): -717663 or 10554613. OLE color: 10554613.

HSL color Cylindrical-coordinate representation of color #F50CA1: hue angle of 321.63º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CA1 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 12 161 -
CMYK 0 0.95 0.34 0.04
HSL 321.63º 0.92% 0.5% -
HSV(B) 321.63º 0.95% 0.96% -
XYZ 44.22 22.25 35.68 -
YUV 98.65 163.19 232.38 -
System Red Green Blue C M Y K H S L
Decimal 245 12 161 0 0.95 0.34 0.04 321.63 0.92 0.5
Hex F5 C A1 0 5F 22 4 142 5C 32
Octal 365 14 241 0 137 42 4 502 134 62
Binary 11110101 1100 10100001 0 1011111 100010 100 101000010 1011100 110010

Color Harmonies of #F50CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CA1

Black with #F50CA1

Text Example


Text Example

White with #F50CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CA1; }

 p { color: rgb(245,12,161); }

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

background-color css

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

 a { background-color: rgb(245,12,161); }

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

border-color css

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

 span { border-color: rgb(245,12,161); }

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