Html Css Color HEX #F85ED1 Neon Pink

📋 copy color: '#F85ED1'

red 248 ◦ green 94 ◦ blue 209

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

Shades of Neon Pink #F85ED1

Tints of Neon Pink #F85ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.06%

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

R = 45.01%
G = 17.06%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F85ED1 (or 0xF85ED1) is known color: Neon Pink. HEX triplet: F8, 5E and D1. RGB value is (248,94,209). Sum of RGB (Red+Green+Blue) = 248+94+209=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ED1 is #07A12E. Grayscale: #989898. Windows color (decimal): -500015 or 13721336. OLE color: 13721336.

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

Color convert

RGB 248 94 209 -
CMYK 0 0.62 0.16 0.03
HSL 315.19º 0.92% 0.67% -
HSV(B) 315.19º 0.62% 0.97% -
XYZ 54.22 32.57 63.75 -
YUV 153.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 248 94 209 0 0.62 0.16 0.03 315.19 0.92 0.67
Hex F8 5E D1 0 3E 10 3 13B 5C 43
Octal 370 136 321 0 76 20 3 473 134 103
Binary 11111000 1011110 11010001 0 111110 10000 11 100111011 1011100 1000011

Color Harmonies of #F85ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85ED1

Black with #F85ED1

Text Example


Text Example

White with #F85ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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