Html Css Color HEX #F38DDD Pale Magenta

📋 copy color: '#F38DDD'

red 243 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #F38DDD

Tints of Pale Magenta #F38DDD

RGB

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

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

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

R = 40.17%
G = 23.31%
B = 36.53%

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

#F38DDD (or 0xF38DDD) is known color: Pale Magenta. HEX triplet: F3, 8D and DD. RGB value is (243,141,221). Sum of RGB (Red+Green+Blue) = 243+141+221=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DDD is #0C7222. Grayscale: #B4B4B4. Windows color (decimal): -815651 or 14519795. OLE color: 14519795.

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

Color convert

RGB 243 141 221 -
CMYK 0 0.42 0.09 0.05
HSL 312.94º 0.81% 0.75% -
HSV(B) 312.94º 0.42% 0.95% -
XYZ 59.54 43.32 73.63 -
YUV 180.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 243 141 221 0 0.42 0.09 0.05 312.94 0.81 0.75
Hex F3 8D DD 0 2A 9 5 139 51 4B
Octal 363 215 335 0 52 11 5 471 121 113
Binary 11110011 10001101 11011101 0 101010 1001 101 100111001 1010001 1001011

Color Harmonies of #F38DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DDD

Black with #F38DDD

Text Example


Text Example

White with #F38DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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