Html Css Color HEX #F26EDE Pale Magenta

📋 copy color: '#F26EDE'

red 242 ◦ green 110 ◦ blue 222

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

Shades of Pale Magenta #F26EDE

Tints of Pale Magenta #F26EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 42.16%
G = 19.16%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F26EDE (or 0xF26EDE) is known color: Pale Magenta. HEX triplet: F2, 6E and DE. RGB value is (242,110,222). Sum of RGB (Red+Green+Blue) = 242+110+222=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F26EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26EDE is #0D9121. Grayscale: #A1A1A1. Windows color (decimal): -889122 or 14577394. OLE color: 14577394.

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

Color convert

RGB 242 110 222 -
CMYK 0 0.55 0.08 0.05
HSL 309.09º 0.84% 0.69% -
HSV(B) 309.09º 0.55% 0.95% -
XYZ 55.38 35.3 73 -
YUV 162.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 242 110 222 0 0.55 0.08 0.05 309.09 0.84 0.69
Hex F2 6E DE 0 37 8 5 135 54 45
Octal 362 156 336 0 67 10 5 465 124 105
Binary 11110010 1101110 11011110 0 110111 1000 101 100110101 1010100 1000101

Color Harmonies of #F26EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26EDE

Black with #F26EDE

Text Example


Text Example

White with #F26EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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