Html Css Color HEX #FA63A8 Hot Pink

📋 copy color: '#FA63A8'

red 250 ◦ green 99 ◦ blue 168

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

Shades of Hot Pink #FA63A8

Tints of Hot Pink #FA63A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 48.36%
G = 19.15%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA63A8 (or 0xFA63A8) is known color: Hot Pink. HEX triplet: FA, 63 and A8. RGB value is (250,99,168). Sum of RGB (Red+Green+Blue) = 250+99+168=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63A8 is #059C57. Grayscale: #979797. Windows color (decimal): -367704 or 11035642. OLE color: 11035642.

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

Color convert

RGB 250 99 168 -
CMYK 0 0.60 0.33 0.02
HSL 332.58º 0.94% 0.68% -
HSV(B) 332.58º 0.6% 0.98% -
XYZ 50.95 32.07 40.55 -
YUV 152.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 250 99 168 0 0.60 0.33 0.02 332.58 0.94 0.68
Hex FA 63 A8 0 3C 21 2 14D 5E 44
Octal 372 143 250 0 74 41 2 515 136 104
Binary 11111010 1100011 10101000 0 111100 100001 10 101001101 1011110 1000100

Color Harmonies of #FA63A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63A8

Black with #FA63A8

Text Example


Text Example

White with #FA63A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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