Html Css Color HEX #F38DDC Pale Magenta

📋 copy color: '#F38DDC'

red 243 ◦ green 141 ◦ blue 220

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

Shades of Pale Magenta #F38DDC

Tints of Pale Magenta #F38DDC

RGB

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

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

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

R = 40.23%
G = 23.34%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F38DDC (or 0xF38DDC) is known color: Pale Magenta. HEX triplet: F3, 8D and DC. RGB value is (243,141,220). Sum of RGB (Red+Green+Blue) = 243+141+220=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DDC is #0C7223. Grayscale: #B4B4B4. Windows color (decimal): -815652 or 14454259. OLE color: 14454259.

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

Color convert

RGB 243 141 220 -
CMYK 0 0.42 0.09 0.05
HSL 313.53º 0.81% 0.75% -
HSV(B) 313.53º 0.42% 0.95% -
XYZ 59.41 43.27 72.93 -
YUV 180.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 243 141 220 0 0.42 0.09 0.05 313.53 0.81 0.75
Hex F3 8D DC 0 2A 9 5 13A 51 4B
Octal 363 215 334 0 52 11 5 472 121 113
Binary 11110011 10001101 11011100 0 101010 1001 101 100111010 1010001 1001011

Color Harmonies of #F38DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DDC

Black with #F38DDC

Text Example


Text Example

White with #F38DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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