Html Css Color HEX #F863D5 Neon Pink

📋 copy color: '#F863D5'

red 248 ◦ green 99 ◦ blue 213

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

Shades of Neon Pink #F863D5

Tints of Neon Pink #F863D5

RGB

 RED value IS 248 (97.27% from 255) = 44.29%

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

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 44.29%
G = 17.68%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F863D5 (or 0xF863D5) is known color: Neon Pink. HEX triplet: F8, 63 and D5. RGB value is (248,99,213). Sum of RGB (Red+Green+Blue) = 248+99+213=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F863D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863D5 is #079C2A. Grayscale: #9C9C9C. Windows color (decimal): -498731 or 13984760. OLE color: 13984760.

HSL color Cylindrical-coordinate representation of color #F863D5: hue angle of 314.09º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863D5 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 213 -
CMYK 0 0.60 0.14 0.03
HSL 314.09º 0.91% 0.68% -
HSV(B) 314.09º 0.6% 0.97% -
XYZ 55.18 33.68 66.54 -
YUV 156.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 248 99 213 0 0.60 0.14 0.03 314.09 0.91 0.68
Hex F8 63 D5 0 3C E 3 13A 5B 44
Octal 370 143 325 0 74 16 3 472 133 104
Binary 11111000 1100011 11010101 0 111100 1110 11 100111010 1011011 1000100

Color Harmonies of #F863D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863D5

Black with #F863D5

Text Example


Text Example

White with #F863D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863D5; }

 p { color: rgb(248,99,213); }

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

background-color css

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

 a { background-color: rgb(248,99,213); }

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

border-color css

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

 span { border-color: rgb(248,99,213); }

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