Html Css Color HEX #FA76AF Hot Pink

📋 copy color: '#FA76AF'

red 250 ◦ green 118 ◦ blue 175

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

Shades of Hot Pink #FA76AF

Tints of Hot Pink #FA76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.73%

 BLUE value IS 175 (68.75% from 255) = 32.23%

R = 46.04%
G = 21.73%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA76AF (or 0xFA76AF) is known color: Hot Pink. HEX triplet: FA, 76 and AF. RGB value is (250,118,175). Sum of RGB (Red+Green+Blue) = 250+118+175=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA76AF is #058950. Grayscale: #A3A3A3. Windows color (decimal): -362833 or 11499258. OLE color: 11499258.

HSL color Cylindrical-coordinate representation of color #FA76AF: hue angle of 334.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76AF is Cyan = 0, Magento = 0.53, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 118 175 -
CMYK 0 0.53 0.3 0.02
HSL 334.09º 0.93% 0.72% -
HSV(B) 334.09º 0.53% 0.98% -
XYZ 53.64 36.38 44.75 -
YUV 163.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 250 118 175 0 0.53 0.3 0.02 334.09 0.93 0.72
Hex FA 76 AF 0 35 1E 2 14E 5D 48
Octal 372 166 257 0 65 36 2 516 135 110
Binary 11111010 1110110 10101111 0 110101 11110 10 101001110 1011101 1001000

Color Harmonies of #FA76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76AF

Black with #FA76AF

Text Example


Text Example

White with #FA76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76AF; }

 p { color: rgb(250,118,175); }

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

background-color css

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

 a { background-color: rgb(250,118,175); }

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

border-color css

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

 span { border-color: rgb(250,118,175); }

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