Html Css Color HEX #F50BAC Hollywood Cerise

📋 copy color: '#F50BAC'

red 245 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #F50BAC

Tints of Hollywood Cerise #F50BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.57%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 57.24%
G = 2.57%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F50BAC (or 0xF50BAC) is known color: Hollywood Cerise. HEX triplet: F5, 0B and AC. RGB value is (245,11,172). Sum of RGB (Red+Green+Blue) = 245+11+172=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50BAC is #0AF453. Grayscale: #626262. Windows color (decimal): -717908 or 11275253. OLE color: 11275253.

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

Color convert

RGB 245 11 172 -
CMYK 0 0.96 0.30 0.04
HSL 318.72º 0.92% 0.5% -
HSV(B) 318.72º 0.96% 0.96% -
XYZ 45.22 22.63 41.01 -
YUV 99.32 169.02 231.91 -
System Red Green Blue C M Y K H S L
Decimal 245 11 172 0 0.96 0.30 0.04 318.72 0.92 0.5
Hex F5 B AC 0 60 1E 4 13F 5C 32
Octal 365 13 254 0 140 36 4 477 134 62
Binary 11110101 1011 10101100 0 1100000 11110 100 100111111 1011100 110010

Color Harmonies of #F50BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BAC

Black with #F50BAC

Text Example


Text Example

White with #F50BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BAC; }

 p { color: rgb(245,11,172); }

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

background-color css

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

 a { background-color: rgb(245,11,172); }

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

border-color css

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

 span { border-color: rgb(245,11,172); }

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