Html Css Color HEX #F06DC5 Neon Pink

📋 copy color: '#F06DC5'

red 240 ◦ green 109 ◦ blue 197

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

Shades of Neon Pink #F06DC5

Tints of Neon Pink #F06DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.08%

R = 43.96%
G = 19.96%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F06DC5 (or 0xF06DC5) is known color: Neon Pink. HEX triplet: F0, 6D and C5. RGB value is (240,109,197). Sum of RGB (Red+Green+Blue) = 240+109+197=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DC5 is #0F923A. Grayscale: #9D9D9D. Windows color (decimal): -1020475 or 12938736. OLE color: 12938736.

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

Color convert

RGB 240 109 197 -
CMYK 0 0.55 0.18 0.06
HSL 319.69º 0.81% 0.68% -
HSV(B) 319.69º 0.55% 0.94% -
XYZ 51.48 33.49 56.57 -
YUV 158.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 240 109 197 0 0.55 0.18 0.06 319.69 0.81 0.68
Hex F0 6D C5 0 37 12 6 140 51 44
Octal 360 155 305 0 67 22 6 500 121 104
Binary 11110000 1101101 11000101 0 110111 10010 110 101000000 1010001 1000100

Color Harmonies of #F06DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06DC5

Black with #F06DC5

Text Example


Text Example

White with #F06DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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