Html Css Color HEX #F16DCB Neon Pink

📋 copy color: '#F16DCB'

red 241 ◦ green 109 ◦ blue 203

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

Shades of Neon Pink #F16DCB

Tints of Neon Pink #F16DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 43.58%
G = 19.71%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F16DCB (or 0xF16DCB) is known color: Neon Pink. HEX triplet: F1, 6D and CB. RGB value is (241,109,203). Sum of RGB (Red+Green+Blue) = 241+109+203=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DCB is #0E9234. Grayscale: #9E9E9E. Windows color (decimal): -954933 or 13331953. OLE color: 13331953.

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

Color convert

RGB 241 109 203 -
CMYK 0 0.55 0.16 0.05
HSL 317.27º 0.83% 0.69% -
HSV(B) 317.27º 0.55% 0.95% -
XYZ 52.52 33.95 60.28 -
YUV 159.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 241 109 203 0 0.55 0.16 0.05 317.27 0.83 0.69
Hex F1 6D CB 0 37 10 5 13D 52 45
Octal 361 155 313 0 67 20 5 475 122 105
Binary 11110001 1101101 11001011 0 110111 10000 101 100111101 1010010 1000101

Color Harmonies of #F16DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DCB

Black with #F16DCB

Text Example


Text Example

White with #F16DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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