Html Css Color HEX #F16FDE Pale Magenta

📋 copy color: '#F16FDE'

red 241 ◦ green 111 ◦ blue 222

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

Shades of Pale Magenta #F16FDE

Tints of Pale Magenta #F16FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 41.99%
G = 19.34%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F16FDE (or 0xF16FDE) is known color: Pale Magenta. HEX triplet: F1, 6F and DE. RGB value is (241,111,222). Sum of RGB (Red+Green+Blue) = 241+111+222=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FDE is #0E9021. Grayscale: #A2A2A2. Windows color (decimal): -954402 or 14577649. OLE color: 14577649.

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

Color convert

RGB 241 111 222 -
CMYK 0 0.54 0.08 0.05
HSL 308.77º 0.82% 0.69% -
HSV(B) 308.77º 0.54% 0.95% -
XYZ 55.14 35.34 73.02 -
YUV 162.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 241 111 222 0 0.54 0.08 0.05 308.77 0.82 0.69
Hex F1 6F DE 0 36 8 5 135 52 45
Octal 361 157 336 0 66 10 5 465 122 105
Binary 11110001 1101111 11011110 0 110110 1000 101 100110101 1010010 1000101

Color Harmonies of #F16FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FDE

Black with #F16FDE

Text Example


Text Example

White with #F16FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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