Html Css Color HEX #F972B2 Hot Pink

📋 copy color: '#F972B2'

red 249 ◦ green 114 ◦ blue 178

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

Shades of Hot Pink #F972B2

Tints of Hot Pink #F972B2

RGB

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

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

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

R = 46.03%
G = 21.07%
B = 32.9%

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

#F972B2 (or 0xF972B2) is known color: Hot Pink. HEX triplet: F9, 72 and B2. RGB value is (249,114,178). Sum of RGB (Red+Green+Blue) = 249+114+178=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F972B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F972B2 is #068D4D. Grayscale: #A1A1A1. Windows color (decimal): -429390 or 11694841. OLE color: 11694841.

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

Color convert

RGB 249 114 178 -
CMYK 0 0.54 0.29 0.02
HSL 331.56º 0.92% 0.71% -
HSV(B) 331.56º 0.54% 0.98% -
XYZ 53.12 35.39 46.15 -
YUV 161.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 249 114 178 0 0.54 0.29 0.02 331.56 0.92 0.71
Hex F9 72 B2 0 36 1D 2 14C 5C 47
Octal 371 162 262 0 66 35 2 514 134 107
Binary 11111001 1110010 10110010 0 110110 11101 10 101001100 1011100 1000111

Color Harmonies of #F972B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972B2

Black with #F972B2

Text Example


Text Example

White with #F972B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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