Html Css Color HEX #F05DC1 Neon Pink

📋 copy color: '#F05DC1'

red 240 ◦ green 93 ◦ blue 193

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

Shades of Neon Pink #F05DC1

Tints of Neon Pink #F05DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 45.63%
G = 17.68%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F05DC1 (or 0xF05DC1) is known color: Neon Pink. HEX triplet: F0, 5D and C1. RGB value is (240,93,193). Sum of RGB (Red+Green+Blue) = 240+93+193=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05DC1 is #0FA23E. Grayscale: #949494. Windows color (decimal): -1024575 or 12672496. OLE color: 12672496.

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

Color convert

RGB 240 93 193 -
CMYK 0 0.61 0.20 0.06
HSL 319.18º 0.83% 0.65% -
HSV(B) 319.18º 0.61% 0.94% -
XYZ 49.48 30.2 53.67 -
YUV 148.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 240 93 193 0 0.61 0.20 0.06 319.18 0.83 0.65
Hex F0 5D C1 0 3D 14 6 13F 53 41
Octal 360 135 301 0 75 24 6 477 123 101
Binary 11110000 1011101 11000001 0 111101 10100 110 100111111 1010011 1000001

Color Harmonies of #F05DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DC1

Black with #F05DC1

Text Example


Text Example

White with #F05DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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