Html Css Color HEX #F973B2 Hot Pink

📋 copy color: '#F973B2'

red 249 ◦ green 115 ◦ blue 178

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

Shades of Hot Pink #F973B2

Tints of Hot Pink #F973B2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.22%

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 45.94%
G = 21.22%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F973B2 (or 0xF973B2) is known color: Hot Pink. HEX triplet: F9, 73 and B2. RGB value is (249,115,178). Sum of RGB (Red+Green+Blue) = 249+115+178=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F973B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F973B2 is #068C4D. Grayscale: #A2A2A2. Windows color (decimal): -429134 or 11695097. OLE color: 11695097.

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

Color convert

RGB 249 115 178 -
CMYK 0 0.54 0.29 0.02
HSL 331.79º 0.92% 0.71% -
HSV(B) 331.79º 0.54% 0.98% -
XYZ 53.23 35.62 46.19 -
YUV 162.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 249 115 178 0 0.54 0.29 0.02 331.79 0.92 0.71
Hex F9 73 B2 0 36 1D 2 14C 5C 47
Octal 371 163 262 0 66 35 2 514 134 107
Binary 11111001 1110011 10110010 0 110110 11101 10 101001100 1011100 1000111

Color Harmonies of #F973B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973B2

Black with #F973B2

Text Example


Text Example

White with #F973B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973B2; }

 p { color: rgb(249,115,178); }

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

background-color css

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

 a { background-color: rgb(249,115,178); }

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

border-color css

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

 span { border-color: rgb(249,115,178); }

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