Html Css Color HEX #F38CDD Pale Magenta

📋 copy color: '#F38CDD'

red 243 ◦ green 140 ◦ blue 221

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

Shades of Pale Magenta #F38CDD

Tints of Pale Magenta #F38CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.18%

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

R = 40.23%
G = 23.18%
B = 36.59%

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

#F38CDD (or 0xF38CDD) is known color: Pale Magenta. HEX triplet: F3, 8C and DD. RGB value is (243,140,221). Sum of RGB (Red+Green+Blue) = 243+140+221=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CDD is #0C7322. Grayscale: #B3B3B3. Windows color (decimal): -815907 or 14519539. OLE color: 14519539.

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

Color convert

RGB 243 140 221 -
CMYK 0 0.42 0.09 0.05
HSL 312.82º 0.81% 0.75% -
HSV(B) 312.82º 0.42% 0.95% -
XYZ 59.39 43.03 73.58 -
YUV 180.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 243 140 221 0 0.42 0.09 0.05 312.82 0.81 0.75
Hex F3 8C DD 0 2A 9 5 139 51 4B
Octal 363 214 335 0 52 11 5 471 121 113
Binary 11110011 10001100 11011101 0 101010 1001 101 100111001 1010001 1001011

Color Harmonies of #F38CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38CDD

Black with #F38CDD

Text Example


Text Example

White with #F38CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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