Html Css Color HEX #F976AF Hot Pink

📋 copy color: '#F976AF'

red 249 ◦ green 118 ◦ blue 175

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

Shades of Hot Pink #F976AF

Tints of Hot Pink #F976AF

RGB

 RED value IS 249 (97.66% from 255) = 45.94%

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

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

R = 45.94%
G = 21.77%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F976AF (or 0xF976AF) is known color: Hot Pink. HEX triplet: F9, 76 and AF. RGB value is (249,118,175). Sum of RGB (Red+Green+Blue) = 249+118+175=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F976AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F976AF is #068950. Grayscale: #A3A3A3. Windows color (decimal): -428369 or 11499257. OLE color: 11499257.

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

Color convert

RGB 249 118 175 -
CMYK 0 0.53 0.30 0.02
HSL 333.89º 0.92% 0.72% -
HSV(B) 333.89º 0.53% 0.98% -
XYZ 53.28 36.19 44.73 -
YUV 163.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 249 118 175 0 0.53 0.30 0.02 333.89 0.92 0.72
Hex F9 76 AF 0 35 1E 2 14E 5C 48
Octal 371 166 257 0 65 36 2 516 134 110
Binary 11111001 1110110 10101111 0 110101 11110 10 101001110 1011100 1001000

Color Harmonies of #F976AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976AF

Black with #F976AF

Text Example


Text Example

White with #F976AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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