Html Css Color HEX #F971B8 Hot Pink

📋 copy color: '#F971B8'

red 249 ◦ green 113 ◦ blue 184

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

Shades of Hot Pink #F971B8

Tints of Hot Pink #F971B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.7%

R = 45.6%
G = 20.7%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F971B8 (or 0xF971B8) is known color: Hot Pink. HEX triplet: F9, 71 and B8. RGB value is (249,113,184). Sum of RGB (Red+Green+Blue) = 249+113+184=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F971B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971B8 is #068E47. Grayscale: #A1A1A1. Windows color (decimal): -429640 or 12087801. OLE color: 12087801.

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

Color convert

RGB 249 113 184 -
CMYK 0 0.55 0.26 0.02
HSL 328.68º 0.92% 0.71% -
HSV(B) 328.68º 0.55% 0.98% -
XYZ 53.62 35.41 49.36 -
YUV 161.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 249 113 184 0 0.55 0.26 0.02 328.68 0.92 0.71
Hex F9 71 B8 0 37 1A 2 149 5C 47
Octal 371 161 270 0 67 32 2 511 134 107
Binary 11111001 1110001 10111000 0 110111 11010 10 101001001 1011100 1000111

Color Harmonies of #F971B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971B8

Black with #F971B8

Text Example


Text Example

White with #F971B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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