Html Css Color HEX #F18AE6 Pale Magenta

📋 copy color: '#F18AE6'

red 241 ◦ green 138 ◦ blue 230

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

Shades of Pale Magenta #F18AE6

Tints of Pale Magenta #F18AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.66%

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 39.57%
G = 22.66%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F18AE6 (or 0xF18AE6) is known color: Pale Magenta. HEX triplet: F1, 8A and E6. RGB value is (241,138,230). Sum of RGB (Red+Green+Blue) = 241+138+230=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AE6 is #0E7519. Grayscale: #B3B3B3. Windows color (decimal): -947482 or 15108849. OLE color: 15108849.

HSL color Cylindrical-coordinate representation of color #F18AE6: hue angle of 306.41º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AE6 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 230 -
CMYK 0 0.43 0.05 0.05
HSL 306.41º 0.79% 0.74% -
HSV(B) 306.41º 0.43% 0.95% -
XYZ 59.65 42.59 79.94 -
YUV 179.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 241 138 230 0 0.43 0.05 0.05 306.41 0.79 0.74
Hex F1 8A E6 0 2B 5 5 132 4F 4A
Octal 361 212 346 0 53 5 5 462 117 112
Binary 11110001 10001010 11100110 0 101011 101 101 100110010 1001111 1001010

Color Harmonies of #F18AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AE6

Black with #F18AE6

Text Example


Text Example

White with #F18AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AE6; }

 p { color: rgb(241,138,230); }

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

background-color css

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

 a { background-color: rgb(241,138,230); }

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

border-color css

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

 span { border-color: rgb(241,138,230); }

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