Html Css Color HEX #F970BC Hot Pink

📋 copy color: '#F970BC'

red 249 ◦ green 112 ◦ blue 188

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

Shades of Hot Pink #F970BC

Tints of Hot Pink #F970BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.4%

 BLUE value IS 188 (73.83% from 255) = 34.24%

R = 45.36%
G = 20.4%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F970BC (or 0xF970BC) is known color: Hot Pink. HEX triplet: F9, 70 and BC. RGB value is (249,112,188). Sum of RGB (Red+Green+Blue) = 249+112+188=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F970BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970BC is #068F43. Grayscale: #A1A1A1. Windows color (decimal): -429892 or 12349689. OLE color: 12349689.

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

Color convert

RGB 249 112 188 -
CMYK 0 0.55 0.24 0.02
HSL 326.72º 0.92% 0.71% -
HSV(B) 326.72º 0.55% 0.98% -
XYZ 53.94 35.36 51.56 -
YUV 161.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 249 112 188 0 0.55 0.24 0.02 326.72 0.92 0.71
Hex F9 70 BC 0 37 18 2 147 5C 47
Octal 371 160 274 0 67 30 2 507 134 107
Binary 11111001 1110000 10111100 0 110111 11000 10 101000111 1011100 1000111

Color Harmonies of #F970BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970BC

Black with #F970BC

Text Example


Text Example

White with #F970BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970BC; }

 p { color: rgb(249,112,188); }

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

background-color css

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

 a { background-color: rgb(249,112,188); }

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

border-color css

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

 span { border-color: rgb(249,112,188); }

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