Html Css Color HEX #F963D3 Neon Pink

📋 copy color: '#F963D3'

red 249 ◦ green 99 ◦ blue 211

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

Shades of Neon Pink #F963D3

Tints of Neon Pink #F963D3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.71%

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 44.54%
G = 17.71%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F963D3 (or 0xF963D3) is known color: Neon Pink. HEX triplet: F9, 63 and D3. RGB value is (249,99,211). Sum of RGB (Red+Green+Blue) = 249+99+211=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F963D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963D3 is #069C2C. Grayscale: #9C9C9C. Windows color (decimal): -433197 or 13853689. OLE color: 13853689.

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

Color convert

RGB 249 99 211 -
CMYK 0 0.60 0.15 0.02
HSL 315.2º 0.93% 0.68% -
HSV(B) 315.2º 0.6% 0.98% -
XYZ 55.29 33.77 65.23 -
YUV 156.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 249 99 211 0 0.60 0.15 0.02 315.2 0.93 0.68
Hex F9 63 D3 0 3C F 2 13B 5D 44
Octal 371 143 323 0 74 17 2 473 135 104
Binary 11111001 1100011 11010011 0 111100 1111 10 100111011 1011101 1000100

Color Harmonies of #F963D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963D3

Black with #F963D3

Text Example


Text Example

White with #F963D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963D3; }

 p { color: rgb(249,99,211); }

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

background-color css

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

 a { background-color: rgb(249,99,211); }

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

border-color css

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

 span { border-color: rgb(249,99,211); }

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