Html Css Color HEX #FA50BC Hot Pink

📋 copy color: '#FA50BC'

red 250 ◦ green 80 ◦ blue 188

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

Shades of Hot Pink #FA50BC

Tints of Hot Pink #FA50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 48.26%
G = 15.44%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA50BC (or 0xFA50BC) is known color: Hot Pink. HEX triplet: FA, 50 and BC. RGB value is (250,80,188). Sum of RGB (Red+Green+Blue) = 250+80+188=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50BC is #05AF43. Grayscale: #8E8E8E. Windows color (decimal): -372548 or 12341498. OLE color: 12341498.

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

Color convert

RGB 250 80 188 -
CMYK 0 0.68 0.25 0.02
HSL 321.88º 0.94% 0.65% -
HSV(B) 321.88º 0.68% 0.98% -
XYZ 51.37 29.69 50.6 -
YUV 143.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 250 80 188 0 0.68 0.25 0.02 321.88 0.94 0.65
Hex FA 50 BC 0 44 19 2 142 5E 41
Octal 372 120 274 0 104 31 2 502 136 101
Binary 11111010 1010000 10111100 0 1000100 11001 10 101000010 1011110 1000001

Color Harmonies of #FA50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50BC

Black with #FA50BC

Text Example


Text Example

White with #FA50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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