Html Css Color HEX #F382D6 Pale Magenta

📋 copy color: '#F382D6'

red 243 ◦ green 130 ◦ blue 214

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

Shades of Pale Magenta #F382D6

Tints of Pale Magenta #F382D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.46%

R = 41.4%
G = 22.15%
B = 36.46%

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

#F382D6 (or 0xF382D6) is known color: Pale Magenta. HEX triplet: F3, 82 and D6. RGB value is (243,130,214). Sum of RGB (Red+Green+Blue) = 243+130+214=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F382D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382D6 is #0C7D29. Grayscale: #ADADAD. Windows color (decimal): -818474 or 14058227. OLE color: 14058227.

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

Color convert

RGB 243 130 214 -
CMYK 0 0.47 0.12 0.05
HSL 315.4º 0.82% 0.73% -
HSV(B) 315.4º 0.47% 0.95% -
XYZ 57.08 39.87 68.31 -
YUV 173.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 243 130 214 0 0.47 0.12 0.05 315.4 0.82 0.73
Hex F3 82 D6 0 2F C 5 13B 52 49
Octal 363 202 326 0 57 14 5 473 122 111
Binary 11110011 10000010 11010110 0 101111 1100 101 100111011 1010010 1001001

Color Harmonies of #F382D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382D6

Black with #F382D6

Text Example


Text Example

White with #F382D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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