Html Css Color HEX #F965C5 Neon Pink

📋 copy color: '#F965C5'

red 249 ◦ green 101 ◦ blue 197

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

Shades of Neon Pink #F965C5

Tints of Neon Pink #F965C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 45.52%
G = 18.46%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F965C5 (or 0xF965C5) is known color: Neon Pink. HEX triplet: F9, 65 and C5. RGB value is (249,101,197). Sum of RGB (Red+Green+Blue) = 249+101+197=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F965C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965C5 is #069A3A. Grayscale: #9B9B9B. Windows color (decimal): -432699 or 12936697. OLE color: 12936697.

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

Color convert

RGB 249 101 197 -
CMYK 0 0.59 0.21 0.02
HSL 321.08º 0.93% 0.69% -
HSV(B) 321.08º 0.59% 0.98% -
XYZ 53.8 33.48 56.45 -
YUV 156.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 249 101 197 0 0.59 0.21 0.02 321.08 0.93 0.69
Hex F9 65 C5 0 3B 15 2 141 5C 45
Octal 371 145 305 0 73 25 2 501 134 105
Binary 11111001 1100101 11000101 0 111011 10101 10 101000001 1011100 1000101

Color Harmonies of #F965C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965C5

Black with #F965C5

Text Example


Text Example

White with #F965C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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