Html Css Color HEX #F38EDF Pale Magenta

📋 copy color: '#F38EDF'

red 243 ◦ green 142 ◦ blue 223

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

Shades of Pale Magenta #F38EDF

Tints of Pale Magenta #F38EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.36%

 BLUE value IS 223 (87.5% from 255) = 36.68%

R = 39.97%
G = 23.36%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F38EDF (or 0xF38EDF) is known color: Pale Magenta. HEX triplet: F3, 8E and DF. RGB value is (243,142,223). Sum of RGB (Red+Green+Blue) = 243+142+223=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EDF is #0C7120. Grayscale: #B5B5B5. Windows color (decimal): -815393 or 14651123. OLE color: 14651123.

HSL color Cylindrical-coordinate representation of color #F38EDF: hue angle of 311.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38EDF is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 142 223 -
CMYK 0 0.42 0.08 0.05
HSL 311.88º 0.81% 0.75% -
HSV(B) 311.88º 0.42% 0.95% -
XYZ 59.95 43.73 75.09 -
YUV 181.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 243 142 223 0 0.42 0.08 0.05 311.88 0.81 0.75
Hex F3 8E DF 0 2A 8 5 138 51 4B
Octal 363 216 337 0 52 10 5 470 121 113
Binary 11110011 10001110 11011111 0 101010 1000 101 100111000 1010001 1001011

Color Harmonies of #F38EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38EDF

Black with #F38EDF

Text Example


Text Example

White with #F38EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38EDF; }

 p { color: rgb(243,142,223); }

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

background-color css

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

 a { background-color: rgb(243,142,223); }

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

border-color css

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

 span { border-color: rgb(243,142,223); }

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