Html Css Color HEX #F18FE2 Pale Magenta

📋 copy color: '#F18FE2'

red 241 ◦ green 143 ◦ blue 226

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

Shades of Pale Magenta #F18FE2

Tints of Pale Magenta #F18FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.44%

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 39.51%
G = 23.44%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F18FE2 (or 0xF18FE2) is known color: Pale Magenta. HEX triplet: F1, 8F and E2. RGB value is (241,143,226). Sum of RGB (Red+Green+Blue) = 241+143+226=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FE2 is #0E701D. Grayscale: #B5B5B5. Windows color (decimal): -946206 or 14847985. OLE color: 14847985.

HSL color Cylindrical-coordinate representation of color #F18FE2: hue angle of 309.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FE2 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 143 226 -
CMYK 0 0.41 0.06 0.05
HSL 309.18º 0.78% 0.75% -
HSV(B) 309.18º 0.41% 0.95% -
XYZ 59.83 43.84 77.26 -
YUV 181.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 241 143 226 0 0.41 0.06 0.05 309.18 0.78 0.75
Hex F1 8F E2 0 29 6 5 135 4E 4B
Octal 361 217 342 0 51 6 5 465 116 113
Binary 11110001 10001111 11100010 0 101001 110 101 100110101 1001110 1001011

Color Harmonies of #F18FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FE2

Black with #F18FE2

Text Example


Text Example

White with #F18FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FE2; }

 p { color: rgb(241,143,226); }

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

background-color css

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

 a { background-color: rgb(241,143,226); }

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

border-color css

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

 span { border-color: rgb(241,143,226); }

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