Html Css Color HEX #FA71CF Neon Pink

📋 copy color: '#FA71CF'

red 250 ◦ green 113 ◦ blue 207

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

Shades of Neon Pink #FA71CF

Tints of Neon Pink #FA71CF

RGB

 RED value IS 250 (98.05% from 255) = 43.86%

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

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

R = 43.86%
G = 19.82%
B = 36.32%

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

#FA71CF (or 0xFA71CF) is known color: Neon Pink. HEX triplet: FA, 71 and CF. RGB value is (250,113,207). Sum of RGB (Red+Green+Blue) = 250+113+207=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71CF is #058E30. Grayscale: #A4A4A4. Windows color (decimal): -364081 or 13595130. OLE color: 13595130.

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

Color convert

RGB 250 113 207 -
CMYK 0 0.55 0.17 0.02
HSL 318.83º 0.93% 0.71% -
HSV(B) 318.83º 0.55% 0.98% -
XYZ 56.59 36.64 63.12 -
YUV 164.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 250 113 207 0 0.55 0.17 0.02 318.83 0.93 0.71
Hex FA 71 CF 0 37 11 2 13F 5D 47
Octal 372 161 317 0 67 21 2 477 135 107
Binary 11111010 1110001 11001111 0 110111 10001 10 100111111 1011101 1000111

Color Harmonies of #FA71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71CF

Black with #FA71CF

Text Example


Text Example

White with #FA71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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