Html Css Color HEX #FA50BE Hot Pink

📋 copy color: '#FA50BE'

red 250 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #FA50BE

Tints of Hot Pink #FA50BE

RGB

 RED value IS 250 (98.05% from 255) = 48.08%

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

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 48.08%
G = 15.38%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA50BE (or 0xFA50BE) is known color: Hot Pink. HEX triplet: FA, 50 and BE. RGB value is (250,80,190). Sum of RGB (Red+Green+Blue) = 250+80+190=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50BE is #05AF41. Grayscale: #8F8F8F. Windows color (decimal): -372546 or 12472570. OLE color: 12472570.

HSL color Cylindrical-coordinate representation of color #FA50BE: hue angle of 321.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA50BE is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 190 -
CMYK 0 0.68 0.24 0.02
HSL 321.18º 0.94% 0.65% -
HSV(B) 321.18º 0.68% 0.98% -
XYZ 51.59 29.78 51.74 -
YUV 143.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 250 80 190 0 0.68 0.24 0.02 321.18 0.94 0.65
Hex FA 50 BE 0 44 18 2 141 5E 41
Octal 372 120 276 0 104 30 2 501 136 101
Binary 11111010 1010000 10111110 0 1000100 11000 10 101000001 1011110 1000001

Color Harmonies of #FA50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50BE

Black with #FA50BE

Text Example


Text Example

White with #FA50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50BE; }

 p { color: rgb(250,80,190); }

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

background-color css

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

 a { background-color: rgb(250,80,190); }

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

border-color css

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

 span { border-color: rgb(250,80,190); }

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