Html Css Color HEX #F06DD1 Neon Pink

📋 copy color: '#F06DD1'

red 240 ◦ green 109 ◦ blue 209

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

Shades of Neon Pink #F06DD1

Tints of Neon Pink #F06DD1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.53%

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

R = 43.01%
G = 19.53%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F06DD1 (or 0xF06DD1) is known color: Neon Pink. HEX triplet: F0, 6D and D1. RGB value is (240,109,209). Sum of RGB (Red+Green+Blue) = 240+109+209=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DD1 is #0F922E. Grayscale: #9F9F9F. Windows color (decimal): -1020463 or 13725168. OLE color: 13725168.

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

Color convert

RGB 240 109 209 -
CMYK 0 0.55 0.13 0.06
HSL 314.2º 0.81% 0.68% -
HSV(B) 314.2º 0.55% 0.94% -
XYZ 52.91 34.07 64.11 -
YUV 159.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 240 109 209 0 0.55 0.13 0.06 314.2 0.81 0.68
Hex F0 6D D1 0 37 D 6 13A 51 44
Octal 360 155 321 0 67 15 6 472 121 104
Binary 11110000 1101101 11010001 0 110111 1101 110 100111010 1010001 1000100

Color Harmonies of #F06DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DD1

Black with #F06DD1

Text Example


Text Example

White with #F06DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DD1; }

 p { color: rgb(240,109,209); }

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

background-color css

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

 a { background-color: rgb(240,109,209); }

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

border-color css

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

 span { border-color: rgb(240,109,209); }

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