Html Css Color HEX #F387DD Pale Magenta

📋 copy color: '#F387DD'

red 243 ◦ green 135 ◦ blue 221

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

Shades of Pale Magenta #F387DD

Tints of Pale Magenta #F387DD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.54%

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

R = 40.57%
G = 22.54%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F387DD (or 0xF387DD) is known color: Pale Magenta. HEX triplet: F3, 87 and DD. RGB value is (243,135,221). Sum of RGB (Red+Green+Blue) = 243+135+221=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 135 (53.12% from 255 or 22.54% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F387DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387DD is #0C7822. Grayscale: #B0B0B0. Windows color (decimal): -817187 or 14518259. OLE color: 14518259.

HSL color Cylindrical-coordinate representation of color #F387DD: hue angle of 312.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F387DD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 135 221 -
CMYK 0 0.44 0.09 0.05
HSL 312.22º 0.82% 0.74% -
HSV(B) 312.22º 0.44% 0.95% -
XYZ 58.68 41.6 73.34 -
YUV 177.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 243 135 221 0 0.44 0.09 0.05 312.22 0.82 0.74
Hex F3 87 DD 0 2C 9 5 138 52 4A
Octal 363 207 335 0 54 11 5 470 122 112
Binary 11110011 10000111 11011101 0 101100 1001 101 100111000 1010010 1001010

Color Harmonies of #F387DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F387DD

Black with #F387DD

Text Example


Text Example

White with #F387DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F387DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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