Html Css Color HEX #F05DC5 Neon Pink

📋 copy color: '#F05DC5'

red 240 ◦ green 93 ◦ blue 197

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

Shades of Neon Pink #F05DC5

Tints of Neon Pink #F05DC5

RGB

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

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

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

R = 45.28%
G = 17.55%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F05DC5 (or 0xF05DC5) is known color: Neon Pink. HEX triplet: F0, 5D and C5. RGB value is (240,93,197). Sum of RGB (Red+Green+Blue) = 240+93+197=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DC5 is #0FA23A. Grayscale: #949494. Windows color (decimal): -1024571 or 12934640. OLE color: 12934640.

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

Color convert

RGB 240 93 197 -
CMYK 0 0.61 0.18 0.06
HSL 317.55º 0.83% 0.65% -
HSV(B) 317.55º 0.61% 0.94% -
XYZ 49.93 30.39 56.06 -
YUV 148.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 240 93 197 0 0.61 0.18 0.06 317.55 0.83 0.65
Hex F0 5D C5 0 3D 12 6 13E 53 41
Octal 360 135 305 0 75 22 6 476 123 101
Binary 11110000 1011101 11000101 0 111101 10010 110 100111110 1010011 1000001

Color Harmonies of #F05DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DC5

Black with #F05DC5

Text Example


Text Example

White with #F05DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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