Html Css Color HEX #F972AF Hot Pink

📋 copy color: '#F972AF'

red 249 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #F972AF

Tints of Hot Pink #F972AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.19%

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

R = 46.28%
G = 21.19%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F972AF (or 0xF972AF) is known color: Hot Pink. HEX triplet: F9, 72 and AF. RGB value is (249,114,175). Sum of RGB (Red+Green+Blue) = 249+114+175=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F972AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F972AF is #068D50. Grayscale: #A1A1A1. Windows color (decimal): -429393 or 11498233. OLE color: 11498233.

HSL color Cylindrical-coordinate representation of color #F972AF: hue angle of 332.89º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972AF is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 114 175 -
CMYK 0 0.54 0.30 0.02
HSL 332.89º 0.92% 0.71% -
HSV(B) 332.89º 0.54% 0.98% -
XYZ 52.82 35.27 44.58 -
YUV 161.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 249 114 175 0 0.54 0.30 0.02 332.89 0.92 0.71
Hex F9 72 AF 0 36 1E 2 14D 5C 47
Octal 371 162 257 0 66 36 2 515 134 107
Binary 11111001 1110010 10101111 0 110110 11110 10 101001101 1011100 1000111

Color Harmonies of #F972AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972AF

Black with #F972AF

Text Example


Text Example

White with #F972AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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