Html Css Color HEX #FA63BA Hot Pink

📋 copy color: '#FA63BA'

red 250 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #FA63BA

Tints of Hot Pink #FA63BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.5%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 46.73%
G = 18.5%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA63BA (or 0xFA63BA) is known color: Hot Pink. HEX triplet: FA, 63 and BA. RGB value is (250,99,186). Sum of RGB (Red+Green+Blue) = 250+99+186=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63BA is #059C45. Grayscale: #999999. Windows color (decimal): -367686 or 12215290. OLE color: 12215290.

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

Color convert

RGB 250 99 186 -
CMYK 0 0.60 0.26 0.02
HSL 325.43º 0.94% 0.68% -
HSV(B) 325.43º 0.6% 0.98% -
XYZ 52.75 32.79 50 -
YUV 154.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 250 99 186 0 0.60 0.26 0.02 325.43 0.94 0.68
Hex FA 63 BA 0 3C 1A 2 145 5E 44
Octal 372 143 272 0 74 32 2 505 136 104
Binary 11111010 1100011 10111010 0 111100 11010 10 101000101 1011110 1000100

Color Harmonies of #FA63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63BA

Black with #FA63BA

Text Example


Text Example

White with #FA63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63BA; }

 p { color: rgb(250,99,186); }

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

background-color css

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

 a { background-color: rgb(250,99,186); }

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

border-color css

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

 span { border-color: rgb(250,99,186); }

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