Html Css Color HEX #F965DA Neon Pink

📋 copy color: '#F965DA'

red 249 ◦ green 101 ◦ blue 218

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

Shades of Neon Pink #F965DA

Tints of Neon Pink #F965DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 43.84%
G = 17.78%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F965DA (or 0xF965DA) is known color: Neon Pink. HEX triplet: F9, 65 and DA. RGB value is (249,101,218). Sum of RGB (Red+Green+Blue) = 249+101+218=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F965DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965DA is #069A25. Grayscale: #9E9E9E. Windows color (decimal): -432678 or 14312953. OLE color: 14312953.

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

Color convert

RGB 249 101 218 -
CMYK 0 0.59 0.12 0.02
HSL 312.57º 0.93% 0.69% -
HSV(B) 312.57º 0.59% 0.98% -
XYZ 56.38 34.51 70.02 -
YUV 158.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 249 101 218 0 0.59 0.12 0.02 312.57 0.93 0.69
Hex F9 65 DA 0 3B C 2 139 5C 45
Octal 371 145 332 0 73 14 2 471 134 105
Binary 11111001 1100101 11011010 0 111011 1100 10 100111001 1011100 1000101

Color Harmonies of #F965DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965DA

Black with #F965DA

Text Example


Text Example

White with #F965DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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