Html Css Color HEX #F18FE5 Pale Magenta

📋 copy color: '#F18FE5'

red 241 ◦ green 143 ◦ blue 229

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

Shades of Pale Magenta #F18FE5

Tints of Pale Magenta #F18FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.36%

R = 39.31%
G = 23.33%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F18FE5 (or 0xF18FE5) is known color: Pale Magenta. HEX triplet: F1, 8F and E5. RGB value is (241,143,229). Sum of RGB (Red+Green+Blue) = 241+143+229=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FE5 is #0E701A. Grayscale: #B5B5B5. Windows color (decimal): -946203 or 15044593. OLE color: 15044593.

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

Color convert

RGB 241 143 229 -
CMYK 0 0.41 0.05 0.05
HSL 307.35º 0.78% 0.75% -
HSV(B) 307.35º 0.41% 0.95% -
XYZ 60.24 44 79.45 -
YUV 182.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 241 143 229 0 0.41 0.05 0.05 307.35 0.78 0.75
Hex F1 8F E5 0 29 5 5 133 4E 4B
Octal 361 217 345 0 51 5 5 463 116 113
Binary 11110001 10001111 11100101 0 101001 101 101 100110011 1001110 1001011

Color Harmonies of #F18FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FE5

Black with #F18FE5

Text Example


Text Example

White with #F18FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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