Html Css Color HEX #F383D5 Pale Magenta

📋 copy color: '#F383D5'

red 243 ◦ green 131 ◦ blue 213

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

Shades of Pale Magenta #F383D5

Tints of Pale Magenta #F383D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.29%

R = 41.4%
G = 22.32%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F383D5 (or 0xF383D5) is known color: Pale Magenta. HEX triplet: F3, 83 and D5. RGB value is (243,131,213). Sum of RGB (Red+Green+Blue) = 243+131+213=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F383D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383D5 is #0C7C2A. Grayscale: #ADADAD. Windows color (decimal): -818219 or 13992947. OLE color: 13992947.

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

Color convert

RGB 243 131 213 -
CMYK 0 0.46 0.12 0.05
HSL 316.07º 0.82% 0.73% -
HSV(B) 316.07º 0.46% 0.95% -
XYZ 57.09 40.09 67.68 -
YUV 173.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 243 131 213 0 0.46 0.12 0.05 316.07 0.82 0.73
Hex F3 83 D5 0 2E C 5 13C 52 49
Octal 363 203 325 0 56 14 5 474 122 111
Binary 11110011 10000011 11010101 0 101110 1100 101 100111100 1010010 1001001

Color Harmonies of #F383D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383D5

Black with #F383D5

Text Example


Text Example

White with #F383D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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