Html Css Color HEX #F18BE2 Pale Magenta

📋 copy color: '#F18BE2'

red 241 ◦ green 139 ◦ blue 226

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

Shades of Pale Magenta #F18BE2

Tints of Pale Magenta #F18BE2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.94%

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

R = 39.77%
G = 22.94%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F18BE2 (or 0xF18BE2) is known color: Pale Magenta. HEX triplet: F1, 8B and E2. RGB value is (241,139,226). Sum of RGB (Red+Green+Blue) = 241+139+226=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BE2 is #0E741D. Grayscale: #B3B3B3. Windows color (decimal): -947230 or 14846961. OLE color: 14846961.

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

Color convert

RGB 241 139 226 -
CMYK 0 0.42 0.06 0.05
HSL 308.82º 0.78% 0.75% -
HSV(B) 308.82º 0.42% 0.95% -
XYZ 59.24 42.66 77.06 -
YUV 179.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 241 139 226 0 0.42 0.06 0.05 308.82 0.78 0.75
Hex F1 8B E2 0 2A 6 5 135 4E 4B
Octal 361 213 342 0 52 6 5 465 116 113
Binary 11110001 10001011 11100010 0 101010 110 101 100110101 1001110 1001011

Color Harmonies of #F18BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BE2

Black with #F18BE2

Text Example


Text Example

White with #F18BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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