Html Css Color HEX #F05EC9 Neon Pink

📋 copy color: '#F05EC9'

red 240 ◦ green 94 ◦ blue 201

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

Shades of Neon Pink #F05EC9

Tints of Neon Pink #F05EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.57%

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 44.86%
G = 17.57%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F05EC9 (or 0xF05EC9) is known color: Neon Pink. HEX triplet: F0, 5E and C9. RGB value is (240,94,201). Sum of RGB (Red+Green+Blue) = 240+94+201=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EC9 is #0FA136. Grayscale: #959595. Windows color (decimal): -1024311 or 13197040. OLE color: 13197040.

HSL color Cylindrical-coordinate representation of color #F05EC9: hue angle of 316.03º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EC9 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 201 -
CMYK 0 0.61 0.16 0.06
HSL 316.03º 0.83% 0.65% -
HSV(B) 316.03º 0.61% 0.94% -
XYZ 50.48 30.75 58.53 -
YUV 149.85 156.87 192.3 -
System Red Green Blue C M Y K H S L
Decimal 240 94 201 0 0.61 0.16 0.06 316.03 0.83 0.65
Hex F0 5E C9 0 3D 10 6 13C 53 41
Octal 360 136 311 0 75 20 6 474 123 101
Binary 11110000 1011110 11001001 0 111101 10000 110 100111100 1010011 1000001

Color Harmonies of #F05EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EC9

Black with #F05EC9

Text Example


Text Example

White with #F05EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EC9; }

 p { color: rgb(240,94,201); }

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

background-color css

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

 a { background-color: rgb(240,94,201); }

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

border-color css

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

 span { border-color: rgb(240,94,201); }

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