Html Css Color HEX #FA50BF Hot Pink

📋 copy color: '#FA50BF'

red 250 ◦ green 80 ◦ blue 191

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

Shades of Hot Pink #FA50BF

Tints of Hot Pink #FA50BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 47.98%
G = 15.36%
B = 36.66%

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

#FA50BF (or 0xFA50BF) is known color: Hot Pink. HEX triplet: FA, 50 and BF. RGB value is (250,80,191). Sum of RGB (Red+Green+Blue) = 250+80+191=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50BF is #05AF40. Grayscale: #8F8F8F. Windows color (decimal): -372545 or 12538106. OLE color: 12538106.

HSL color Cylindrical-coordinate representation of color #FA50BF: hue angle of 320.82º 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 #FA50BF is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 191 -
CMYK 0 0.68 0.24 0.02
HSL 320.82º 0.94% 0.65% -
HSV(B) 320.82º 0.68% 0.98% -
XYZ 51.7 29.82 52.32 -
YUV 143.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 250 80 191 0 0.68 0.24 0.02 320.82 0.94 0.65
Hex FA 50 BF 0 44 18 2 141 5E 41
Octal 372 120 277 0 104 30 2 501 136 101
Binary 11111010 1010000 10111111 0 1000100 11000 10 101000001 1011110 1000001

Color Harmonies of #FA50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50BF

Black with #FA50BF

Text Example


Text Example

White with #FA50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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