Html Css Color HEX #F970B8 Hot Pink

📋 copy color: '#F970B8'

red 249 ◦ green 112 ◦ blue 184

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

Shades of Hot Pink #F970B8

Tints of Hot Pink #F970B8

RGB

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

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

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

R = 45.69%
G = 20.55%
B = 33.76%

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

#F970B8 (or 0xF970B8) is known color: Hot Pink. HEX triplet: F9, 70 and B8. RGB value is (249,112,184). Sum of RGB (Red+Green+Blue) = 249+112+184=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F970B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970B8 is #068F47. Grayscale: #A1A1A1. Windows color (decimal): -429896 or 12087545. OLE color: 12087545.

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

Color convert

RGB 249 112 184 -
CMYK 0 0.55 0.26 0.02
HSL 328.47º 0.92% 0.71% -
HSV(B) 328.47º 0.55% 0.98% -
XYZ 53.51 35.19 49.32 -
YUV 161.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 249 112 184 0 0.55 0.26 0.02 328.47 0.92 0.71
Hex F9 70 B8 0 37 1A 2 148 5C 47
Octal 371 160 270 0 67 32 2 510 134 107
Binary 11111001 1110000 10111000 0 110111 11010 10 101001000 1011100 1000111

Color Harmonies of #F970B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970B8

Black with #F970B8

Text Example


Text Example

White with #F970B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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