Html Css Color HEX #F16DCD Neon Pink

📋 copy color: '#F16DCD'

red 241 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #F16DCD

Tints of Neon Pink #F16DCD

RGB

 RED value IS 241 (94.53% from 255) = 43.42%

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 43.42%
G = 19.64%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F16DCD (or 0xF16DCD) is known color: Neon Pink. HEX triplet: F1, 6D and CD. RGB value is (241,109,205). Sum of RGB (Red+Green+Blue) = 241+109+205=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DCD is #0E9232. Grayscale: #9F9F9F. Windows color (decimal): -954931 or 13463025. OLE color: 13463025.

HSL color Cylindrical-coordinate representation of color #F16DCD: hue angle of 316.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DCD is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 109 205 -
CMYK 0 0.55 0.15 0.05
HSL 316.36º 0.83% 0.69% -
HSV(B) 316.36º 0.55% 0.95% -
XYZ 52.76 34.05 61.55 -
YUV 159.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 241 109 205 0 0.55 0.15 0.05 316.36 0.83 0.69
Hex F1 6D CD 0 37 F 5 13C 52 45
Octal 361 155 315 0 67 17 5 474 122 105
Binary 11110001 1101101 11001101 0 110111 1111 101 100111100 1010010 1000101

Color Harmonies of #F16DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DCD

Black with #F16DCD

Text Example


Text Example

White with #F16DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DCD; }

 p { color: rgb(241,109,205); }

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

background-color css

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

 a { background-color: rgb(241,109,205); }

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

border-color css

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

 span { border-color: rgb(241,109,205); }

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