Html Css Color HEX #F965D9 Neon Pink

📋 copy color: '#F965D9'

red 249 ◦ green 101 ◦ blue 217

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

Shades of Neon Pink #F965D9

Tints of Neon Pink #F965D9

RGB

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

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

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

R = 43.92%
G = 17.81%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F965D9 (or 0xF965D9) is known color: Neon Pink. HEX triplet: F9, 65 and D9. RGB value is (249,101,217). Sum of RGB (Red+Green+Blue) = 249+101+217=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F965D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965D9 is #069A26. Grayscale: #9E9E9E. Windows color (decimal): -432679 or 14247417. OLE color: 14247417.

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

Color convert

RGB 249 101 217 -
CMYK 0 0.59 0.13 0.02
HSL 312.97º 0.93% 0.69% -
HSV(B) 312.97º 0.59% 0.98% -
XYZ 56.24 34.46 69.33 -
YUV 158.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 249 101 217 0 0.59 0.13 0.02 312.97 0.93 0.69
Hex F9 65 D9 0 3B D 2 139 5C 45
Octal 371 145 331 0 73 15 2 471 134 105
Binary 11111001 1100101 11011001 0 111011 1101 10 100111001 1011100 1000101

Color Harmonies of #F965D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965D9

Black with #F965D9

Text Example


Text Example

White with #F965D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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