Html Css Color HEX #F38DDF Pale Magenta

📋 copy color: '#F38DDF'

red 243 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #F38DDF

Tints of Pale Magenta #F38DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.23%

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

R = 40.03%
G = 23.23%
B = 36.74%

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

#F38DDF (or 0xF38DDF) is known color: Pale Magenta. HEX triplet: F3, 8D and DF. RGB value is (243,141,223). Sum of RGB (Red+Green+Blue) = 243+141+223=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DDF is #0C7220. Grayscale: #B4B4B4. Windows color (decimal): -815649 or 14650867. OLE color: 14650867.

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

Color convert

RGB 243 141 223 -
CMYK 0 0.42 0.08 0.05
HSL 311.76º 0.81% 0.75% -
HSV(B) 311.76º 0.42% 0.95% -
XYZ 59.81 43.43 75.04 -
YUV 180.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 243 141 223 0 0.42 0.08 0.05 311.76 0.81 0.75
Hex F3 8D DF 0 2A 8 5 138 51 4B
Octal 363 215 337 0 52 10 5 470 121 113
Binary 11110011 10001101 11011111 0 101010 1000 101 100111000 1010001 1001011

Color Harmonies of #F38DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DDF

Black with #F38DDF

Text Example


Text Example

White with #F38DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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