Html Css Color HEX #FF50C0 Hot Pink

📋 copy color: '#FF50C0'

red 255 ◦ green 80 ◦ blue 192

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

Shades of Hot Pink #FF50C0

Tints of Hot Pink #FF50C0

RGB

 RED value IS 255 (100% from 255) = 48.39%

 GREEN value IS 80 (31.64% from 255) = 15.18%

 BLUE value IS 192 (75.39% from 255) = 36.43%

R = 48.39%
G = 15.18%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF50C0 (or 0xFF50C0) is known color: Hot Pink. HEX triplet: FF, 50 and C0. RGB value is (255,80,192). Sum of RGB (Red+Green+Blue) = 255+80+192=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50C0 is #00AF3F. Grayscale: #909090. Windows color (decimal): -44864 or 12603647. OLE color: 12603647.

HSL color Cylindrical-coordinate representation of color #FF50C0: hue angle of 321.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50C0 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 192 -
CMYK 0 0.69 0.25 0
HSL 321.6º 1% 0.66% -
HSV(B) 321.6º 0.69% 1% -
XYZ 53.62 30.8 52.99 -
YUV 145.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 255 80 192 0 0.69 0.25 0 321.6 1 0.66
Hex FF 50 C0 0 45 19 0 142 64 42
Octal 377 120 300 0 105 31 0 502 144 102
Binary 11111111 1010000 11000000 0 1000101 11001 0 101000010 1100100 1000010

Color Harmonies of #FF50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50C0

Black with #FF50C0

Text Example


Text Example

White with #FF50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50C0; }

 p { color: rgb(255,80,192); }

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

background-color css

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

 a { background-color: rgb(255,80,192); }

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

border-color css

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

 span { border-color: rgb(255,80,192); }

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