Html Css Color HEX #F386DD Pale Magenta

📋 copy color: '#F386DD'

red 243 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #F386DD

Tints of Pale Magenta #F386DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.41%

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

R = 40.64%
G = 22.41%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F386DD (or 0xF386DD) is known color: Pale Magenta. HEX triplet: F3, 86 and DD. RGB value is (243,134,221). Sum of RGB (Red+Green+Blue) = 243+134+221=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F386DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386DD is #0C7922. Grayscale: #B0B0B0. Windows color (decimal): -817443 or 14518003. OLE color: 14518003.

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

Color convert

RGB 243 134 221 -
CMYK 0 0.45 0.09 0.05
HSL 312.11º 0.82% 0.74% -
HSV(B) 312.11º 0.45% 0.95% -
XYZ 58.54 41.33 73.3 -
YUV 176.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 243 134 221 0 0.45 0.09 0.05 312.11 0.82 0.74
Hex F3 86 DD 0 2D 9 5 138 52 4A
Octal 363 206 335 0 55 11 5 470 122 112
Binary 11110011 10000110 11011101 0 101101 1001 101 100111000 1010010 1001010

Color Harmonies of #F386DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F386DD

Black with #F386DD

Text Example


Text Example

White with #F386DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F386DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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