Html Css Color HEX #F16FE1 Pale Magenta

📋 copy color: '#F16FE1'

red 241 ◦ green 111 ◦ blue 225

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

Shades of Pale Magenta #F16FE1

Tints of Pale Magenta #F16FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.99%

R = 41.77%
G = 19.24%
B = 38.99%

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

#F16FE1 (or 0xF16FE1) is known color: Pale Magenta. HEX triplet: F1, 6F and E1. RGB value is (241,111,225). Sum of RGB (Red+Green+Blue) = 241+111+225=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FE1 is #0E901E. Grayscale: #A2A2A2. Windows color (decimal): -954399 or 14774257. OLE color: 14774257.

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

Color convert

RGB 241 111 225 -
CMYK 0 0.54 0.07 0.05
HSL 307.38º 0.82% 0.69% -
HSV(B) 307.38º 0.54% 0.95% -
XYZ 55.55 35.51 75.16 -
YUV 162.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 241 111 225 0 0.54 0.07 0.05 307.38 0.82 0.69
Hex F1 6F E1 0 36 7 5 133 52 45
Octal 361 157 341 0 66 7 5 463 122 105
Binary 11110001 1101111 11100001 0 110110 111 101 100110011 1010010 1000101

Color Harmonies of #F16FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FE1

Black with #F16FE1

Text Example


Text Example

White with #F16FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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