Html Css Color HEX #FA60B9 Hot Pink

📋 copy color: '#FA60B9'

red 250 ◦ green 96 ◦ blue 185

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

Shades of Hot Pink #FA60B9

Tints of Hot Pink #FA60B9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.08%

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

R = 47.08%
G = 18.08%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA60B9 (or 0xFA60B9) is known color: Hot Pink. HEX triplet: FA, 60 and B9. RGB value is (250,96,185). Sum of RGB (Red+Green+Blue) = 250+96+185=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60B9 is #059F46. Grayscale: #979797. Windows color (decimal): -368455 or 12148986. OLE color: 12148986.

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

Color convert

RGB 250 96 185 -
CMYK 0 0.62 0.26 0.02
HSL 325.32º 0.94% 0.68% -
HSV(B) 325.32º 0.62% 0.98% -
XYZ 52.36 32.19 49.35 -
YUV 152.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 250 96 185 0 0.62 0.26 0.02 325.32 0.94 0.68
Hex FA 60 B9 0 3E 1A 2 145 5E 44
Octal 372 140 271 0 76 32 2 505 136 104
Binary 11111010 1100000 10111001 0 111110 11010 10 101000101 1011110 1000100

Color Harmonies of #FA60B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60B9

Black with #FA60B9

Text Example


Text Example

White with #FA60B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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