Html Css Color HEX #F06ED5 Neon Pink

📋 copy color: '#F06ED5'

red 240 ◦ green 110 ◦ blue 213

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

Shades of Neon Pink #F06ED5

Tints of Neon Pink #F06ED5

RGB

 RED value IS 240 (94.14% from 255) = 42.63%

 GREEN value IS 110 (43.36% from 255) = 19.54%

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

R = 42.63%
G = 19.54%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F06ED5 (or 0xF06ED5) is known color: Neon Pink. HEX triplet: F0, 6E and D5. RGB value is (240,110,213). Sum of RGB (Red+Green+Blue) = 240+110+213=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ED5 is #0F912A. Grayscale: #A0A0A0. Windows color (decimal): -1020203 or 13987568. OLE color: 13987568.

HSL color Cylindrical-coordinate representation of color #F06ED5: hue angle of 312.46º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06ED5 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 213 -
CMYK 0 0.54 0.11 0.06
HSL 312.46º 0.81% 0.69% -
HSV(B) 312.46º 0.54% 0.94% -
XYZ 53.52 34.48 66.79 -
YUV 160.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 240 110 213 0 0.54 0.11 0.06 312.46 0.81 0.69
Hex F0 6E D5 0 36 B 6 138 51 45
Octal 360 156 325 0 66 13 6 470 121 105
Binary 11110000 1101110 11010101 0 110110 1011 110 100111000 1010001 1000101

Color Harmonies of #F06ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06ED5

Black with #F06ED5

Text Example


Text Example

White with #F06ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06ED5; }

 p { color: rgb(240,110,213); }

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

background-color css

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

 a { background-color: rgb(240,110,213); }

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

border-color css

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

 span { border-color: rgb(240,110,213); }

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