Html Css Color HEX #F85AD1 Neon Pink

📋 copy color: '#F85AD1'

red 248 ◦ green 90 ◦ blue 209

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

Shades of Neon Pink #F85AD1

Tints of Neon Pink #F85AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.45%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 45.34%
G = 16.45%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F85AD1 (or 0xF85AD1) is known color: Neon Pink. HEX triplet: F8, 5A and D1. RGB value is (248,90,209). Sum of RGB (Red+Green+Blue) = 248+90+209=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85AD1 is #07A52E. Grayscale: #969696. Windows color (decimal): -501039 or 13720312. OLE color: 13720312.

HSL color Cylindrical-coordinate representation of color #F85AD1: hue angle of 314.81º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85AD1 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 209 -
CMYK 0 0.64 0.16 0.03
HSL 314.81º 0.92% 0.66% -
HSV(B) 314.81º 0.64% 0.97% -
XYZ 53.88 31.87 63.63 -
YUV 150.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 248 90 209 0 0.64 0.16 0.03 314.81 0.92 0.66
Hex F8 5A D1 0 40 10 3 13B 5C 42
Octal 370 132 321 0 100 20 3 473 134 102
Binary 11111000 1011010 11010001 0 1000000 10000 11 100111011 1011100 1000010

Color Harmonies of #F85AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AD1

Black with #F85AD1

Text Example


Text Example

White with #F85AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AD1; }

 p { color: rgb(248,90,209); }

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

background-color css

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

 a { background-color: rgb(248,90,209); }

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

border-color css

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

 span { border-color: rgb(248,90,209); }

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