Html Css Color HEX #FA60B7 Hot Pink

📋 copy color: '#FA60B7'

red 250 ◦ green 96 ◦ blue 183

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

Shades of Hot Pink #FA60B7

Tints of Hot Pink #FA60B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 47.26%
G = 18.15%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA60B7 (or 0xFA60B7) is known color: Hot Pink. HEX triplet: FA, 60 and B7. RGB value is (250,96,183). Sum of RGB (Red+Green+Blue) = 250+96+183=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60B7 is #059F48. Grayscale: #979797. Windows color (decimal): -368457 or 12017914. OLE color: 12017914.

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

Color convert

RGB 250 96 183 -
CMYK 0 0.62 0.27 0.02
HSL 326.1º 0.94% 0.68% -
HSV(B) 326.1º 0.62% 0.98% -
XYZ 52.15 32.11 48.25 -
YUV 151.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 250 96 183 0 0.62 0.27 0.02 326.1 0.94 0.68
Hex FA 60 B7 0 3E 1B 2 146 5E 44
Octal 372 140 267 0 76 33 2 506 136 104
Binary 11111010 1100000 10110111 0 111110 11011 10 101000110 1011110 1000100

Color Harmonies of #FA60B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60B7

Black with #FA60B7

Text Example


Text Example

White with #FA60B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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