Html Css Color HEX #F16FDC Pale Magenta

📋 copy color: '#F16FDC'

red 241 ◦ green 111 ◦ blue 220

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

Shades of Pale Magenta #F16FDC

Tints of Pale Magenta #F16FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.41%

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 42.13%
G = 19.41%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F16FDC (or 0xF16FDC) is known color: Pale Magenta. HEX triplet: F1, 6F and DC. RGB value is (241,111,220). Sum of RGB (Red+Green+Blue) = 241+111+220=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FDC is #0E9023. Grayscale: #A1A1A1. Windows color (decimal): -954404 or 14446577. OLE color: 14446577.

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

Color convert

RGB 241 111 220 -
CMYK 0 0.54 0.09 0.05
HSL 309.69º 0.82% 0.69% -
HSV(B) 309.69º 0.54% 0.95% -
XYZ 54.88 35.24 71.62 -
YUV 162.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 241 111 220 0 0.54 0.09 0.05 309.69 0.82 0.69
Hex F1 6F DC 0 36 9 5 136 52 45
Octal 361 157 334 0 66 11 5 466 122 105
Binary 11110001 1101111 11011100 0 110110 1001 101 100110110 1010010 1000101

Color Harmonies of #F16FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FDC

Black with #F16FDC

Text Example


Text Example

White with #F16FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FDC; }

 p { color: rgb(241,111,220); }

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

background-color css

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

 a { background-color: rgb(241,111,220); }

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

border-color css

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

 span { border-color: rgb(241,111,220); }

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