Html Css Color HEX #F27EDC Pale Magenta

📋 copy color: '#F27EDC'

red 242 ◦ green 126 ◦ blue 220

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

Shades of Pale Magenta #F27EDC

Tints of Pale Magenta #F27EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.43%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 41.16%
G = 21.43%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F27EDC (or 0xF27EDC) is known color: Pale Magenta. HEX triplet: F2, 7E and DC. RGB value is (242,126,220). Sum of RGB (Red+Green+Blue) = 242+126+220=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27EDC is #0D8123. Grayscale: #ABABAB. Windows color (decimal): -885028 or 14450418. OLE color: 14450418.

HSL color Cylindrical-coordinate representation of color #F27EDC: hue angle of 311.38º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27EDC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 126 220 -
CMYK 0 0.48 0.09 0.05
HSL 311.38º 0.82% 0.72% -
HSV(B) 311.38º 0.48% 0.95% -
XYZ 57 38.97 72.23 -
YUV 171.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 242 126 220 0 0.48 0.09 0.05 311.38 0.82 0.72
Hex F2 7E DC 0 30 9 5 137 52 48
Octal 362 176 334 0 60 11 5 467 122 110
Binary 11110010 1111110 11011100 0 110000 1001 101 100110111 1010010 1001000

Color Harmonies of #F27EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27EDC

Black with #F27EDC

Text Example


Text Example

White with #F27EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27EDC; }

 p { color: rgb(242,126,220); }

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

background-color css

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

 a { background-color: rgb(242,126,220); }

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

border-color css

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

 span { border-color: rgb(242,126,220); }

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