Html Css Color HEX #F972BA Hot Pink

📋 copy color: '#F972BA'

red 249 ◦ green 114 ◦ blue 186

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

Shades of Hot Pink #F972BA

Tints of Hot Pink #F972BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 45.36%
G = 20.77%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F972BA (or 0xF972BA) is known color: Hot Pink. HEX triplet: F9, 72 and BA. RGB value is (249,114,186). Sum of RGB (Red+Green+Blue) = 249+114+186=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F972BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972BA is #068D45. Grayscale: #A2A2A2. Windows color (decimal): -429382 or 12219129. OLE color: 12219129.

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

Color convert

RGB 249 114 186 -
CMYK 0 0.54 0.25 0.02
HSL 328º 0.92% 0.71% -
HSV(B) 328º 0.54% 0.98% -
XYZ 53.95 35.72 50.51 -
YUV 162.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 249 114 186 0 0.54 0.25 0.02 328 0.92 0.71
Hex F9 72 BA 0 36 19 2 148 5C 47
Octal 371 162 272 0 66 31 2 510 134 107
Binary 11111001 1110010 10111010 0 110110 11001 10 101001000 1011100 1000111

Color Harmonies of #F972BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972BA

Black with #F972BA

Text Example


Text Example

White with #F972BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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