Html Css Color HEX #FA64AB Hot Pink

📋 copy color: '#FA64AB'

red 250 ◦ green 100 ◦ blue 171

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

Shades of Hot Pink #FA64AB

Tints of Hot Pink #FA64AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.19%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 47.98%
G = 19.19%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA64AB (or 0xFA64AB) is known color: Hot Pink. HEX triplet: FA, 64 and AB. RGB value is (250,100,171). Sum of RGB (Red+Green+Blue) = 250+100+171=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64AB is #059B54. Grayscale: #989898. Windows color (decimal): -367445 or 11232506. OLE color: 11232506.

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

Color convert

RGB 250 100 171 -
CMYK 0 0.6 0.32 0.02
HSL 331.6º 0.94% 0.69% -
HSV(B) 331.6º 0.6% 0.98% -
XYZ 51.33 32.38 42.07 -
YUV 152.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 250 100 171 0 0.6 0.32 0.02 331.6 0.94 0.69
Hex FA 64 AB 0 3C 20 2 14C 5E 45
Octal 372 144 253 0 74 40 2 514 136 105
Binary 11111010 1100100 10101011 0 111100 100000 10 101001100 1011110 1000101

Color Harmonies of #FA64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA64AB

Black with #FA64AB

Text Example


Text Example

White with #FA64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA64AB; }

 p { color: rgb(250,100,171); }

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

background-color css

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

 a { background-color: rgb(250,100,171); }

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

border-color css

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

 span { border-color: rgb(250,100,171); }

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