Html Css Color HEX #F85AD0 Neon Pink

📋 copy color: '#F85AD0'

red 248 ◦ green 90 ◦ blue 208

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

Shades of Neon Pink #F85AD0

Tints of Neon Pink #F85AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 45.42%
G = 16.48%
B = 38.1%

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

#F85AD0 (or 0xF85AD0) is known color: Neon Pink. HEX triplet: F8, 5A and D0. RGB value is (248,90,208). Sum of RGB (Red+Green+Blue) = 248+90+208=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85AD0 is #07A52F. Grayscale: #969696. Windows color (decimal): -501040 or 13654776. OLE color: 13654776.

HSL color Cylindrical-coordinate representation of color #F85AD0: hue angle of 315.19º 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 #F85AD0 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 208 -
CMYK 0 0.64 0.16 0.03
HSL 315.19º 0.92% 0.66% -
HSV(B) 315.19º 0.64% 0.97% -
XYZ 53.75 31.82 62.98 -
YUV 150.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 248 90 208 0 0.64 0.16 0.03 315.19 0.92 0.66
Hex F8 5A D0 0 40 10 3 13B 5C 42
Octal 370 132 320 0 100 20 3 473 134 102
Binary 11111000 1011010 11010000 0 1000000 10000 11 100111011 1011100 1000010

Color Harmonies of #F85AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AD0

Black with #F85AD0

Text Example


Text Example

White with #F85AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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