Html Css Color HEX #F05DC9 Neon Pink

📋 copy color: '#F05DC9'

red 240 ◦ green 93 ◦ blue 201

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

Shades of Neon Pink #F05DC9

Tints of Neon Pink #F05DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.42%

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

R = 44.94%
G = 17.42%
B = 37.64%

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

#F05DC9 (or 0xF05DC9) is known color: Neon Pink. HEX triplet: F0, 5D and C9. RGB value is (240,93,201). Sum of RGB (Red+Green+Blue) = 240+93+201=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DC9 is #0FA236. Grayscale: #949494. Windows color (decimal): -1024567 or 13196784. OLE color: 13196784.

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

Color convert

RGB 240 93 201 -
CMYK 0 0.61 0.16 0.06
HSL 315.92º 0.83% 0.65% -
HSV(B) 315.92º 0.61% 0.94% -
XYZ 50.39 30.57 58.5 -
YUV 149.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 240 93 201 0 0.61 0.16 0.06 315.92 0.83 0.65
Hex F0 5D C9 0 3D 10 6 13C 53 41
Octal 360 135 311 0 75 20 6 474 123 101
Binary 11110000 1011101 11001001 0 111101 10000 110 100111100 1010011 1000001

Color Harmonies of #F05DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DC9

Black with #F05DC9

Text Example


Text Example

White with #F05DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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