Html Css Color HEX #F971CF Neon Pink

📋 copy color: '#F971CF'

red 249 ◦ green 113 ◦ blue 207

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

Shades of Neon Pink #F971CF

Tints of Neon Pink #F971CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.86%

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

R = 43.76%
G = 19.86%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F971CF (or 0xF971CF) is known color: Neon Pink. HEX triplet: F9, 71 and CF. RGB value is (249,113,207). Sum of RGB (Red+Green+Blue) = 249+113+207=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F971CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971CF is #068E30. Grayscale: #A4A4A4. Windows color (decimal): -429617 or 13595129. OLE color: 13595129.

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

Color convert

RGB 249 113 207 -
CMYK 0 0.55 0.17 0.02
HSL 318.53º 0.92% 0.71% -
HSV(B) 318.53º 0.55% 0.98% -
XYZ 56.23 36.45 63.1 -
YUV 164.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 249 113 207 0 0.55 0.17 0.02 318.53 0.92 0.71
Hex F9 71 CF 0 37 11 2 13F 5C 47
Octal 371 161 317 0 67 21 2 477 134 107
Binary 11111001 1110001 11001111 0 110111 10001 10 100111111 1011100 1000111

Color Harmonies of #F971CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971CF

Black with #F971CF

Text Example


Text Example

White with #F971CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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