Html Css Color HEX #F381DA Pale Magenta

📋 copy color: '#F381DA'

red 243 ◦ green 129 ◦ blue 218

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

Shades of Pale Magenta #F381DA

Tints of Pale Magenta #F381DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.86%

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

R = 41.19%
G = 21.86%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F381DA (or 0xF381DA) is known color: Pale Magenta. HEX triplet: F3, 81 and DA. RGB value is (243,129,218). Sum of RGB (Red+Green+Blue) = 243+129+218=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F381DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381DA is #0C7E25. Grayscale: #ACACAC. Windows color (decimal): -818726 or 14320115. OLE color: 14320115.

HSL color Cylindrical-coordinate representation of color #F381DA: hue angle of 313.16º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381DA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 129 218 -
CMYK 0 0.47 0.10 0.05
HSL 313.16º 0.83% 0.73% -
HSV(B) 313.16º 0.47% 0.95% -
XYZ 57.47 39.82 70.99 -
YUV 173.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 243 129 218 0 0.47 0.10 0.05 313.16 0.83 0.73
Hex F3 81 DA 0 2F A 5 139 53 49
Octal 363 201 332 0 57 12 5 471 123 111
Binary 11110011 10000001 11011010 0 101111 1010 101 100111001 1010011 1001001

Color Harmonies of #F381DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381DA

Black with #F381DA

Text Example


Text Example

White with #F381DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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