Html Css Color HEX #F16FE3 Pale Magenta

📋 copy color: '#F16FE3'

red 241 ◦ green 111 ◦ blue 227

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

Shades of Pale Magenta #F16FE3

Tints of Pale Magenta #F16FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.21%

R = 41.62%
G = 19.17%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F16FE3 (or 0xF16FE3) is known color: Pale Magenta. HEX triplet: F1, 6F and E3. RGB value is (241,111,227). Sum of RGB (Red+Green+Blue) = 241+111+227=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FE3 is #0E901C. Grayscale: #A2A2A2. Windows color (decimal): -954397 or 14905329. OLE color: 14905329.

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

Color convert

RGB 241 111 227 -
CMYK 0 0.54 0.06 0.05
HSL 306.46º 0.82% 0.69% -
HSV(B) 306.46º 0.54% 0.95% -
XYZ 55.83 35.62 76.61 -
YUV 163.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 241 111 227 0 0.54 0.06 0.05 306.46 0.82 0.69
Hex F1 6F E3 0 36 6 5 132 52 45
Octal 361 157 343 0 66 6 5 462 122 105
Binary 11110001 1101111 11100011 0 110110 110 101 100110010 1010010 1000101

Color Harmonies of #F16FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FE3

Black with #F16FE3

Text Example


Text Example

White with #F16FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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