Html Css Color HEX #F970D1 Neon Pink

📋 copy color: '#F970D1'

red 249 ◦ green 112 ◦ blue 209

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

Shades of Neon Pink #F970D1

Tints of Neon Pink #F970D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.67%

R = 43.68%
G = 19.65%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F970D1 (or 0xF970D1) is known color: Neon Pink. HEX triplet: F9, 70 and D1. RGB value is (249,112,209). Sum of RGB (Red+Green+Blue) = 249+112+209=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F970D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970D1 is #068F2E. Grayscale: #A3A3A3. Windows color (decimal): -429871 or 13725945. OLE color: 13725945.

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

Color convert

RGB 249 112 209 -
CMYK 0 0.55 0.16 0.02
HSL 317.52º 0.92% 0.71% -
HSV(B) 317.52º 0.55% 0.98% -
XYZ 56.37 36.33 64.36 -
YUV 164.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 249 112 209 0 0.55 0.16 0.02 317.52 0.92 0.71
Hex F9 70 D1 0 37 10 2 13E 5C 47
Octal 371 160 321 0 67 20 2 476 134 107
Binary 11111001 1110000 11010001 0 110111 10000 10 100111110 1011100 1000111

Color Harmonies of #F970D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970D1

Black with #F970D1

Text Example


Text Example

White with #F970D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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