Html Css Color HEX #F382D5 Pale Magenta

📋 copy color: '#F382D5'

red 243 ◦ green 130 ◦ blue 213

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

Shades of Pale Magenta #F382D5

Tints of Pale Magenta #F382D5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.18%

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

R = 41.47%
G = 22.18%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F382D5 (or 0xF382D5) is known color: Pale Magenta. HEX triplet: F3, 82 and D5. RGB value is (243,130,213). Sum of RGB (Red+Green+Blue) = 243+130+213=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F382D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382D5 is #0C7D2A. Grayscale: #ADADAD. Windows color (decimal): -818475 or 13992691. OLE color: 13992691.

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

Color convert

RGB 243 130 213 -
CMYK 0 0.47 0.12 0.05
HSL 315.93º 0.82% 0.73% -
HSV(B) 315.93º 0.47% 0.95% -
XYZ 56.96 39.82 67.64 -
YUV 173.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 243 130 213 0 0.47 0.12 0.05 315.93 0.82 0.73
Hex F3 82 D5 0 2F C 5 13C 52 49
Octal 363 202 325 0 57 14 5 474 122 111
Binary 11110011 10000010 11010101 0 101111 1100 101 100111100 1010010 1001001

Color Harmonies of #F382D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382D5

Black with #F382D5

Text Example


Text Example

White with #F382D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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