Html Css Color HEX #F38DDE Pale Magenta

📋 copy color: '#F38DDE'

red 243 ◦ green 141 ◦ blue 222

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

Shades of Pale Magenta #F38DDE

Tints of Pale Magenta #F38DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 40.1%
G = 23.27%
B = 36.63%

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

#F38DDE (or 0xF38DDE) is known color: Pale Magenta. HEX triplet: F3, 8D and DE. RGB value is (243,141,222). Sum of RGB (Red+Green+Blue) = 243+141+222=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DDE is #0C7221. Grayscale: #B4B4B4. Windows color (decimal): -815650 or 14585331. OLE color: 14585331.

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

Color convert

RGB 243 141 222 -
CMYK 0 0.42 0.09 0.05
HSL 312.35º 0.81% 0.75% -
HSV(B) 312.35º 0.42% 0.95% -
XYZ 59.67 43.38 74.34 -
YUV 180.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 243 141 222 0 0.42 0.09 0.05 312.35 0.81 0.75
Hex F3 8D DE 0 2A 9 5 138 51 4B
Octal 363 215 336 0 52 11 5 470 121 113
Binary 11110011 10001101 11011110 0 101010 1001 101 100111000 1010001 1001011

Color Harmonies of #F38DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38DDE

Black with #F38DDE

Text Example


Text Example

White with #F38DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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