Html Css Color HEX #FA65D9 Neon Pink

📋 copy color: '#FA65D9'

red 250 ◦ green 101 ◦ blue 217

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

Shades of Neon Pink #FA65D9

Tints of Neon Pink #FA65D9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.78%

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 44.01%
G = 17.78%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA65D9 (or 0xFA65D9) is known color: Neon Pink. HEX triplet: FA, 65 and D9. RGB value is (250,101,217). Sum of RGB (Red+Green+Blue) = 250+101+217=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65D9 is #059A26. Grayscale: #9E9E9E. Windows color (decimal): -367143 or 14247418. OLE color: 14247418.

HSL color Cylindrical-coordinate representation of color #FA65D9: hue angle of 313.29º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65D9 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 217 -
CMYK 0 0.60 0.13 0.02
HSL 313.29º 0.94% 0.69% -
HSV(B) 313.29º 0.6% 0.98% -
XYZ 56.6 34.64 69.35 -
YUV 158.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 250 101 217 0 0.60 0.13 0.02 313.29 0.94 0.69
Hex FA 65 D9 0 3C D 2 139 5E 45
Octal 372 145 331 0 74 15 2 471 136 105
Binary 11111010 1100101 11011001 0 111100 1101 10 100111001 1011110 1000101

Color Harmonies of #FA65D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65D9

Black with #FA65D9

Text Example


Text Example

White with #FA65D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65D9; }

 p { color: rgb(250,101,217); }

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

background-color css

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

 a { background-color: rgb(250,101,217); }

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

border-color css

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

 span { border-color: rgb(250,101,217); }

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