Html Css Color HEX #F382DD Pale Magenta

📋 copy color: '#F382DD'

red 243 ◦ green 130 ◦ blue 221

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

Shades of Pale Magenta #F382DD

Tints of Pale Magenta #F382DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 40.91%
G = 21.89%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F382DD (or 0xF382DD) is known color: Pale Magenta. HEX triplet: F3, 82 and DD. RGB value is (243,130,221). Sum of RGB (Red+Green+Blue) = 243+130+221=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F382DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382DD is #0C7D22. Grayscale: #ADADAD. Windows color (decimal): -818467 or 14516979. OLE color: 14516979.

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

Color convert

RGB 243 130 221 -
CMYK 0 0.47 0.09 0.05
HSL 311.68º 0.82% 0.73% -
HSV(B) 311.68º 0.47% 0.95% -
XYZ 58 40.24 73.12 -
YUV 174.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 243 130 221 0 0.47 0.09 0.05 311.68 0.82 0.73
Hex F3 82 DD 0 2F 9 5 138 52 49
Octal 363 202 335 0 57 11 5 470 122 111
Binary 11110011 10000010 11011101 0 101111 1001 101 100111000 1010010 1001001

Color Harmonies of #F382DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382DD

Black with #F382DD

Text Example


Text Example

White with #F382DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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