Html Css Color HEX #F383D9 Pale Magenta

📋 copy color: '#F383D9'

red 243 ◦ green 131 ◦ blue 217

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

Shades of Pale Magenta #F383D9

Tints of Pale Magenta #F383D9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.17%

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 41.12%
G = 22.17%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F383D9 (or 0xF383D9) is known color: Pale Magenta. HEX triplet: F3, 83 and D9. RGB value is (243,131,217). Sum of RGB (Red+Green+Blue) = 243+131+217=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F383D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383D9 is #0C7C26. Grayscale: #AEAEAE. Windows color (decimal): -818215 or 14255091. OLE color: 14255091.

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

Color convert

RGB 243 131 217 -
CMYK 0 0.46 0.11 0.05
HSL 313.93º 0.82% 0.73% -
HSV(B) 313.93º 0.46% 0.95% -
XYZ 57.6 40.3 70.39 -
YUV 174.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 243 131 217 0 0.46 0.11 0.05 313.93 0.82 0.73
Hex F3 83 D9 0 2E B 5 13A 52 49
Octal 363 203 331 0 56 13 5 472 122 111
Binary 11110011 10000011 11011001 0 101110 1011 101 100111010 1010010 1001001

Color Harmonies of #F383D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383D9

Black with #F383D9

Text Example


Text Example

White with #F383D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383D9; }

 p { color: rgb(243,131,217); }

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

background-color css

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

 a { background-color: rgb(243,131,217); }

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

border-color css

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

 span { border-color: rgb(243,131,217); }

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