Html Css Color HEX #FA5AB6 Hot Pink

📋 copy color: '#FA5AB6'

red 250 ◦ green 90 ◦ blue 182

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

Shades of Hot Pink #FA5AB6

Tints of Hot Pink #FA5AB6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.24%

 BLUE value IS 182 (71.48% from 255) = 34.87%

R = 47.89%
G = 17.24%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA5AB6 (or 0xFA5AB6) is known color: Hot Pink. HEX triplet: FA, 5A and B6. RGB value is (250,90,182). Sum of RGB (Red+Green+Blue) = 250+90+182=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5AB6 is #05A549. Grayscale: #949494. Windows color (decimal): -369994 or 11950842. OLE color: 11950842.

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

Color convert

RGB 250 90 182 -
CMYK 0 0.64 0.27 0.02
HSL 325.5º 0.94% 0.67% -
HSV(B) 325.5º 0.64% 0.98% -
XYZ 51.52 31.01 47.53 -
YUV 148.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 250 90 182 0 0.64 0.27 0.02 325.5 0.94 0.67
Hex FA 5A B6 0 40 1B 2 146 5E 43
Octal 372 132 266 0 100 33 2 506 136 103
Binary 11111010 1011010 10110110 0 1000000 11011 10 101000110 1011110 1000011

Color Harmonies of #FA5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AB6

Black with #FA5AB6

Text Example


Text Example

White with #FA5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AB6; }

 p { color: rgb(250,90,182); }

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

background-color css

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

 a { background-color: rgb(250,90,182); }

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

border-color css

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

 span { border-color: rgb(250,90,182); }

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