Html Css Color HEX #F50BAF Hollywood Cerise

📋 copy color: '#F50BAF'

red 245 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #F50BAF

Tints of Hollywood Cerise #F50BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 56.84%
G = 2.55%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F50BAF (or 0xF50BAF) is known color: Hollywood Cerise. HEX triplet: F5, 0B and AF. RGB value is (245,11,175). Sum of RGB (Red+Green+Blue) = 245+11+175=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50BAF is #0AF450. Grayscale: #636363. Windows color (decimal): -717905 or 11471861. OLE color: 11471861.

HSL color Cylindrical-coordinate representation of color #F50BAF: hue angle of 317.95º 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 #F50BAF is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 11 175 -
CMYK 0 0.96 0.29 0.04
HSL 317.95º 0.92% 0.5% -
HSV(B) 317.95º 0.96% 0.96% -
XYZ 45.51 22.75 42.55 -
YUV 99.66 170.52 231.66 -
System Red Green Blue C M Y K H S L
Decimal 245 11 175 0 0.96 0.29 0.04 317.95 0.92 0.5
Hex F5 B AF 0 60 1D 4 13E 5C 32
Octal 365 13 257 0 140 35 4 476 134 62
Binary 11110101 1011 10101111 0 1100000 11101 100 100111110 1011100 110010

Color Harmonies of #F50BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BAF

Black with #F50BAF

Text Example


Text Example

White with #F50BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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