Html Css Color HEX #FA58B9 Hot Pink

📋 copy color: '#FA58B9'

red 250 ◦ green 88 ◦ blue 185

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

Shades of Hot Pink #FA58B9

Tints of Hot Pink #FA58B9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.83%

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 47.8%
G = 16.83%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA58B9 (or 0xFA58B9) is known color: Hot Pink. HEX triplet: FA, 58 and B9. RGB value is (250,88,185). Sum of RGB (Red+Green+Blue) = 250+88+185=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58B9 is #05A746. Grayscale: #939393. Windows color (decimal): -370503 or 12146938. OLE color: 12146938.

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

Color convert

RGB 250 88 185 -
CMYK 0 0.65 0.26 0.02
HSL 324.07º 0.94% 0.66% -
HSV(B) 324.07º 0.65% 0.98% -
XYZ 51.67 30.81 49.12 -
YUV 147.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 250 88 185 0 0.65 0.26 0.02 324.07 0.94 0.66
Hex FA 58 B9 0 41 1A 2 144 5E 42
Octal 372 130 271 0 101 32 2 504 136 102
Binary 11111010 1011000 10111001 0 1000001 11010 10 101000100 1011110 1000010

Color Harmonies of #FA58B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58B9

Black with #FA58B9

Text Example


Text Example

White with #FA58B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58B9; }

 p { color: rgb(250,88,185); }

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

background-color css

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

 a { background-color: rgb(250,88,185); }

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

border-color css

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

 span { border-color: rgb(250,88,185); }

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