Html Css Color HEX #F06FD2 Neon Pink

📋 copy color: '#F06FD2'

red 240 ◦ green 111 ◦ blue 210

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

Shades of Neon Pink #F06FD2

Tints of Neon Pink #F06FD2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.79%

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 42.78%
G = 19.79%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F06FD2 (or 0xF06FD2) is known color: Neon Pink. HEX triplet: F0, 6F and D2. RGB value is (240,111,210). Sum of RGB (Red+Green+Blue) = 240+111+210=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FD2 is #0F902D. Grayscale: #A0A0A0. Windows color (decimal): -1019950 or 13791216. OLE color: 13791216.

HSL color Cylindrical-coordinate representation of color #F06FD2: hue angle of 313.95º 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 #F06FD2 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 210 -
CMYK 0 0.54 0.12 0.06
HSL 313.95º 0.81% 0.69% -
HSV(B) 313.95º 0.54% 0.94% -
XYZ 53.25 34.55 64.83 -
YUV 160.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 240 111 210 0 0.54 0.12 0.06 313.95 0.81 0.69
Hex F0 6F D2 0 36 C 6 13A 51 45
Octal 360 157 322 0 66 14 6 472 121 105
Binary 11110000 1101111 11010010 0 110110 1100 110 100111010 1010001 1000101

Color Harmonies of #F06FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FD2

Black with #F06FD2

Text Example


Text Example

White with #F06FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FD2; }

 p { color: rgb(240,111,210); }

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

background-color css

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

 a { background-color: rgb(240,111,210); }

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

border-color css

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

 span { border-color: rgb(240,111,210); }

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