Html Css Color HEX #F37EDB Pale Magenta

📋 copy color: '#F37EDB'

red 243 ◦ green 126 ◦ blue 219

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

Shades of Pale Magenta #F37EDB

Tints of Pale Magenta #F37EDB

RGB

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

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

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

R = 41.33%
G = 21.43%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F37EDB (or 0xF37EDB) is known color: Pale Magenta. HEX triplet: F3, 7E and DB. RGB value is (243,126,219). Sum of RGB (Red+Green+Blue) = 243+126+219=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F37EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37EDB is #0C8124. Grayscale: #ABABAB. Windows color (decimal): -819493 or 14384883. OLE color: 14384883.

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

Color convert

RGB 243 126 219 -
CMYK 0 0.48 0.10 0.05
HSL 312.31º 0.83% 0.72% -
HSV(B) 312.31º 0.48% 0.95% -
XYZ 57.21 39.09 71.55 -
YUV 171.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 243 126 219 0 0.48 0.10 0.05 312.31 0.83 0.72
Hex F3 7E DB 0 30 A 5 138 53 48
Octal 363 176 333 0 60 12 5 470 123 110
Binary 11110011 1111110 11011011 0 110000 1010 101 100111000 1010011 1001000

Color Harmonies of #F37EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37EDB

Black with #F37EDB

Text Example


Text Example

White with #F37EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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