Html Css Color HEX #FA63B0 Hot Pink

📋 copy color: '#FA63B0'

red 250 ◦ green 99 ◦ blue 176

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

Shades of Hot Pink #FA63B0

Tints of Hot Pink #FA63B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.52%

R = 47.62%
G = 18.86%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA63B0 (or 0xFA63B0) is known color: Hot Pink. HEX triplet: FA, 63 and B0. RGB value is (250,99,176). Sum of RGB (Red+Green+Blue) = 250+99+176=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63B0 is #059C4F. Grayscale: #989898. Windows color (decimal): -367696 or 11559930. OLE color: 11559930.

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

Color convert

RGB 250 99 176 -
CMYK 0 0.60 0.30 0.02
HSL 329.4º 0.94% 0.68% -
HSV(B) 329.4º 0.6% 0.98% -
XYZ 51.72 32.38 44.6 -
YUV 152.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 250 99 176 0 0.60 0.30 0.02 329.4 0.94 0.68
Hex FA 63 B0 0 3C 1E 2 149 5E 44
Octal 372 143 260 0 74 36 2 511 136 104
Binary 11111010 1100011 10110000 0 111100 11110 10 101001001 1011110 1000100

Color Harmonies of #FA63B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63B0

Black with #FA63B0

Text Example


Text Example

White with #FA63B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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