Html Css Color HEX #FA60B0 Hot Pink

📋 copy color: '#FA60B0'

red 250 ◦ green 96 ◦ blue 176

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

Shades of Hot Pink #FA60B0

Tints of Hot Pink #FA60B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 47.89%
G = 18.39%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA60B0 (or 0xFA60B0) is known color: Hot Pink. HEX triplet: FA, 60 and B0. RGB value is (250,96,176). Sum of RGB (Red+Green+Blue) = 250+96+176=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA60B0 is #059F4F. Grayscale: #979797. Windows color (decimal): -368464 or 11559162. OLE color: 11559162.

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

Color convert

RGB 250 96 176 -
CMYK 0 0.62 0.30 0.02
HSL 328.83º 0.94% 0.68% -
HSV(B) 328.83º 0.62% 0.98% -
XYZ 51.44 31.82 44.51 -
YUV 151.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 250 96 176 0 0.62 0.30 0.02 328.83 0.94 0.68
Hex FA 60 B0 0 3E 1E 2 149 5E 44
Octal 372 140 260 0 76 36 2 511 136 104
Binary 11111010 1100000 10110000 0 111110 11110 10 101001001 1011110 1000100

Color Harmonies of #FA60B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60B0

Black with #FA60B0

Text Example


Text Example

White with #FA60B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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