Html Css Color HEX #F971B4 Hot Pink

📋 copy color: '#F971B4'

red 249 ◦ green 113 ◦ blue 180

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

Shades of Hot Pink #F971B4

Tints of Hot Pink #F971B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.85%

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 45.94%
G = 20.85%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F971B4 (or 0xF971B4) is known color: Hot Pink. HEX triplet: F9, 71 and B4. RGB value is (249,113,180). Sum of RGB (Red+Green+Blue) = 249+113+180=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F971B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971B4 is #068E4B. Grayscale: #A1A1A1. Windows color (decimal): -429644 or 11825657. OLE color: 11825657.

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

Color convert

RGB 249 113 180 -
CMYK 0 0.55 0.28 0.02
HSL 330.44º 0.92% 0.71% -
HSV(B) 330.44º 0.55% 0.98% -
XYZ 53.21 35.25 47.18 -
YUV 161.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 249 113 180 0 0.55 0.28 0.02 330.44 0.92 0.71
Hex F9 71 B4 0 37 1C 2 14A 5C 47
Octal 371 161 264 0 67 34 2 512 134 107
Binary 11111001 1110001 10110100 0 110111 11100 10 101001010 1011100 1000111

Color Harmonies of #F971B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971B4

Black with #F971B4

Text Example


Text Example

White with #F971B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971B4; }

 p { color: rgb(249,113,180); }

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

background-color css

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

 a { background-color: rgb(249,113,180); }

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

border-color css

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

 span { border-color: rgb(249,113,180); }

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