Html Css Color HEX #F970D3 Neon Pink

📋 copy color: '#F970D3'

red 249 ◦ green 112 ◦ blue 211

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

Shades of Neon Pink #F970D3

Tints of Neon Pink #F970D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.89%

R = 43.53%
G = 19.58%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F970D3 (or 0xF970D3) is known color: Neon Pink. HEX triplet: F9, 70 and D3. RGB value is (249,112,211). Sum of RGB (Red+Green+Blue) = 249+112+211=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F970D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970D3 is #068F2C. Grayscale: #A3A3A3. Windows color (decimal): -429869 or 13857017. OLE color: 13857017.

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

Color convert

RGB 249 112 211 -
CMYK 0 0.55 0.15 0.02
HSL 316.64º 0.92% 0.71% -
HSV(B) 316.64º 0.55% 0.98% -
XYZ 56.62 36.43 65.68 -
YUV 164.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 249 112 211 0 0.55 0.15 0.02 316.64 0.92 0.71
Hex F9 70 D3 0 37 F 2 13D 5C 47
Octal 371 160 323 0 67 17 2 475 134 107
Binary 11111001 1110000 11010011 0 110111 1111 10 100111101 1011100 1000111

Color Harmonies of #F970D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970D3

Black with #F970D3

Text Example


Text Example

White with #F970D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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