Html Css Color HEX #F85DD3 Neon Pink

📋 copy color: '#F85DD3'

red 248 ◦ green 93 ◦ blue 211

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

Shades of Neon Pink #F85DD3

Tints of Neon Pink #F85DD3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.85%

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

R = 44.93%
G = 16.85%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F85DD3 (or 0xF85DD3) is known color: Neon Pink. HEX triplet: F8, 5D and D3. RGB value is (248,93,211). Sum of RGB (Red+Green+Blue) = 248+93+211=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DD3 is #07A22C. Grayscale: #989898. Windows color (decimal): -500269 or 13852152. OLE color: 13852152.

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

Color convert

RGB 248 93 211 -
CMYK 0 0.62 0.15 0.03
HSL 314.32º 0.92% 0.67% -
HSV(B) 314.32º 0.63% 0.97% -
XYZ 54.38 32.49 65.03 -
YUV 152.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 248 93 211 0 0.62 0.15 0.03 314.32 0.92 0.67
Hex F8 5D D3 0 3E F 3 13A 5C 43
Octal 370 135 323 0 76 17 3 472 134 103
Binary 11111000 1011101 11010011 0 111110 1111 11 100111010 1011100 1000011

Color Harmonies of #F85DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DD3

Black with #F85DD3

Text Example


Text Example

White with #F85DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DD3; }

 p { color: rgb(248,93,211); }

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

background-color css

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

 a { background-color: rgb(248,93,211); }

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

border-color css

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

 span { border-color: rgb(248,93,211); }

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