Html Css Color HEX #F381DD Pale Magenta

📋 copy color: '#F381DD'

red 243 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #F381DD

Tints of Pale Magenta #F381DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.75%

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

R = 40.98%
G = 21.75%
B = 37.27%

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

#F381DD (or 0xF381DD) is known color: Pale Magenta. HEX triplet: F3, 81 and DD. RGB value is (243,129,221). Sum of RGB (Red+Green+Blue) = 243+129+221=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F381DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381DD is #0C7E22. Grayscale: #ADADAD. Windows color (decimal): -818723 or 14516723. OLE color: 14516723.

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

Color convert

RGB 243 129 221 -
CMYK 0 0.47 0.09 0.05
HSL 311.58º 0.83% 0.73% -
HSV(B) 311.58º 0.47% 0.95% -
XYZ 57.86 39.98 73.07 -
YUV 173.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 243 129 221 0 0.47 0.09 0.05 311.58 0.83 0.73
Hex F3 81 DD 0 2F 9 5 138 53 49
Octal 363 201 335 0 57 11 5 470 123 111
Binary 11110011 10000001 11011101 0 101111 1001 101 100111000 1010011 1001001

Color Harmonies of #F381DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F381DD

Black with #F381DD

Text Example


Text Example

White with #F381DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F381DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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