Html Css Color HEX #F972D4 Neon Pink

📋 copy color: '#F972D4'

red 249 ◦ green 114 ◦ blue 212

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

Shades of Neon Pink #F972D4

Tints of Neon Pink #F972D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.87%

R = 43.3%
G = 19.83%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F972D4 (or 0xF972D4) is known color: Neon Pink. HEX triplet: F9, 72 and D4. RGB value is (249,114,212). Sum of RGB (Red+Green+Blue) = 249+114+212=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F972D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972D4 is #068D2B. Grayscale: #A5A5A5. Windows color (decimal): -429356 or 13923065. OLE color: 13923065.

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

Color convert

RGB 249 114 212 -
CMYK 0 0.54 0.15 0.02
HSL 316.44º 0.92% 0.71% -
HSV(B) 316.44º 0.54% 0.98% -
XYZ 56.97 36.93 66.41 -
YUV 165.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 249 114 212 0 0.54 0.15 0.02 316.44 0.92 0.71
Hex F9 72 D4 0 36 F 2 13C 5C 47
Octal 371 162 324 0 66 17 2 474 134 107
Binary 11111001 1110010 11010100 0 110110 1111 10 100111100 1011100 1000111

Color Harmonies of #F972D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972D4

Black with #F972D4

Text Example


Text Example

White with #F972D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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