Html Css Color HEX #F972CF Neon Pink

📋 copy color: '#F972CF'

red 249 ◦ green 114 ◦ blue 207

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

Shades of Neon Pink #F972CF

Tints of Neon Pink #F972CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 43.68%
G = 20%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F972CF (or 0xF972CF) is known color: Neon Pink. HEX triplet: F9, 72 and CF. RGB value is (249,114,207). Sum of RGB (Red+Green+Blue) = 249+114+207=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F972CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972CF is #068D30. Grayscale: #A4A4A4. Windows color (decimal): -429361 or 13595385. OLE color: 13595385.

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

Color convert

RGB 249 114 207 -
CMYK 0 0.54 0.17 0.02
HSL 318.67º 0.92% 0.71% -
HSV(B) 318.67º 0.54% 0.98% -
XYZ 56.35 36.68 63.14 -
YUV 164.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 249 114 207 0 0.54 0.17 0.02 318.67 0.92 0.71
Hex F9 72 CF 0 36 11 2 13F 5C 47
Octal 371 162 317 0 66 21 2 477 134 107
Binary 11111001 1110010 11001111 0 110110 10001 10 100111111 1011100 1000111

Color Harmonies of #F972CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972CF

Black with #F972CF

Text Example


Text Example

White with #F972CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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