Html Css Color HEX #F965D7 Neon Pink

📋 copy color: '#F965D7'

red 249 ◦ green 101 ◦ blue 215

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

Shades of Neon Pink #F965D7

Tints of Neon Pink #F965D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 44.07%
G = 17.88%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F965D7 (or 0xF965D7) is known color: Neon Pink. HEX triplet: F9, 65 and D7. RGB value is (249,101,215). Sum of RGB (Red+Green+Blue) = 249+101+215=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F965D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965D7 is #069A28. Grayscale: #9D9D9D. Windows color (decimal): -432681 or 14116345. OLE color: 14116345.

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

Color convert

RGB 249 101 215 -
CMYK 0 0.59 0.14 0.02
HSL 313.78º 0.93% 0.69% -
HSV(B) 313.78º 0.59% 0.98% -
XYZ 55.99 34.35 67.97 -
YUV 158.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 249 101 215 0 0.59 0.14 0.02 313.78 0.93 0.69
Hex F9 65 D7 0 3B E 2 13A 5C 45
Octal 371 145 327 0 73 16 2 472 134 105
Binary 11111001 1100101 11010111 0 111011 1110 10 100111010 1011100 1000101

Color Harmonies of #F965D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965D7

Black with #F965D7

Text Example


Text Example

White with #F965D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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