Html Css Color HEX #F26EDB Pale Magenta

📋 copy color: '#F26EDB'

red 242 ◦ green 110 ◦ blue 219

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

Shades of Pale Magenta #F26EDB

Tints of Pale Magenta #F26EDB

RGB

 RED value IS 242 (94.92% from 255) = 42.38%

 GREEN value IS 110 (43.36% from 255) = 19.26%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 42.38%
G = 19.26%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F26EDB (or 0xF26EDB) is known color: Pale Magenta. HEX triplet: F2, 6E and DB. RGB value is (242,110,219). Sum of RGB (Red+Green+Blue) = 242+110+219=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F26EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26EDB is #0D9124. Grayscale: #A1A1A1. Windows color (decimal): -889125 or 14380786. OLE color: 14380786.

HSL color Cylindrical-coordinate representation of color #F26EDB: hue angle of 310.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26EDB is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 110 219 -
CMYK 0 0.55 0.10 0.05
HSL 310.45º 0.84% 0.69% -
HSV(B) 310.45º 0.55% 0.95% -
XYZ 54.98 35.14 70.9 -
YUV 161.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 242 110 219 0 0.55 0.10 0.05 310.45 0.84 0.69
Hex F2 6E DB 0 37 A 5 136 54 45
Octal 362 156 333 0 67 12 5 466 124 105
Binary 11110010 1101110 11011011 0 110111 1010 101 100110110 1010100 1000101

Color Harmonies of #F26EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26EDB

Black with #F26EDB

Text Example


Text Example

White with #F26EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26EDB; }

 p { color: rgb(242,110,219); }

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

background-color css

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

 a { background-color: rgb(242,110,219); }

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

border-color css

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

 span { border-color: rgb(242,110,219); }

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