Html Css Color HEX #F386DA Pale Magenta

📋 copy color: '#F386DA'

red 243 ◦ green 134 ◦ blue 218

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

Shades of Pale Magenta #F386DA

Tints of Pale Magenta #F386DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 40.84%
G = 22.52%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F386DA (or 0xF386DA) is known color: Pale Magenta. HEX triplet: F3, 86 and DA. RGB value is (243,134,218). Sum of RGB (Red+Green+Blue) = 243+134+218=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F386DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386DA is #0C7925. Grayscale: #AFAFAF. Windows color (decimal): -817446 or 14321395. OLE color: 14321395.

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

Color convert

RGB 243 134 218 -
CMYK 0 0.45 0.10 0.05
HSL 313.76º 0.82% 0.74% -
HSV(B) 313.76º 0.45% 0.95% -
XYZ 58.14 41.17 71.21 -
YUV 176.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 243 134 218 0 0.45 0.10 0.05 313.76 0.82 0.74
Hex F3 86 DA 0 2D A 5 13A 52 4A
Octal 363 206 332 0 55 12 5 472 122 112
Binary 11110011 10000110 11011010 0 101101 1010 101 100111010 1010010 1001010

Color Harmonies of #F386DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F386DA

Black with #F386DA

Text Example


Text Example

White with #F386DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F386DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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