Html Css Color HEX #F37EDD Pale Magenta

📋 copy color: '#F37EDD'

red 243 ◦ green 126 ◦ blue 221

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

Shades of Pale Magenta #F37EDD

Tints of Pale Magenta #F37EDD

RGB

 RED value IS 243 (95.31% from 255) = 41.19%

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 41.19%
G = 21.36%
B = 37.46%

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

#F37EDD (or 0xF37EDD) is known color: Pale Magenta. HEX triplet: F3, 7E and DD. RGB value is (243,126,221). Sum of RGB (Red+Green+Blue) = 243+126+221=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F37EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37EDD is #0C8122. Grayscale: #ABABAB. Windows color (decimal): -819491 or 14515955. OLE color: 14515955.

HSL color Cylindrical-coordinate representation of color #F37EDD: hue angle of 311.28º degrees, saturation: 0.83, 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 #F37EDD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 126 221 -
CMYK 0 0.48 0.09 0.05
HSL 311.28º 0.83% 0.72% -
HSV(B) 311.28º 0.48% 0.95% -
XYZ 57.47 39.2 72.94 -
YUV 171.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 243 126 221 0 0.48 0.09 0.05 311.28 0.83 0.72
Hex F3 7E DD 0 30 9 5 137 53 48
Octal 363 176 335 0 60 11 5 467 123 110
Binary 11110011 1111110 11011101 0 110000 1001 101 100110111 1010011 1001000

Color Harmonies of #F37EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37EDD

Black with #F37EDD

Text Example


Text Example

White with #F37EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37EDD; }

 p { color: rgb(243,126,221); }

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

background-color css

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

 a { background-color: rgb(243,126,221); }

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

border-color css

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

 span { border-color: rgb(243,126,221); }

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