Html Css Color HEX #F16FDF Pale Magenta

📋 copy color: '#F16FDF'

red 241 ◦ green 111 ◦ blue 223

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

Shades of Pale Magenta #F16FDF

Tints of Pale Magenta #F16FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 41.91%
G = 19.3%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F16FDF (or 0xF16FDF) is known color: Pale Magenta. HEX triplet: F1, 6F and DF. RGB value is (241,111,223). Sum of RGB (Red+Green+Blue) = 241+111+223=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FDF is #0E9020. Grayscale: #A2A2A2. Windows color (decimal): -954401 or 14643185. OLE color: 14643185.

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

Color convert

RGB 241 111 223 -
CMYK 0 0.54 0.07 0.05
HSL 308.31º 0.82% 0.69% -
HSV(B) 308.31º 0.54% 0.95% -
XYZ 55.28 35.4 73.73 -
YUV 162.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 241 111 223 0 0.54 0.07 0.05 308.31 0.82 0.69
Hex F1 6F DF 0 36 7 5 134 52 45
Octal 361 157 337 0 66 7 5 464 122 105
Binary 11110001 1101111 11011111 0 110110 111 101 100110100 1010010 1000101

Color Harmonies of #F16FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FDF

Black with #F16FDF

Text Example


Text Example

White with #F16FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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