Html Css Color HEX #F388DD Pale Magenta

📋 copy color: '#F388DD'

red 243 ◦ green 136 ◦ blue 221

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

Shades of Pale Magenta #F388DD

Tints of Pale Magenta #F388DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.67%

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

R = 40.5%
G = 22.67%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F388DD (or 0xF388DD) is known color: Pale Magenta. HEX triplet: F3, 88 and DD. RGB value is (243,136,221). Sum of RGB (Red+Green+Blue) = 243+136+221=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F388DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388DD is #0C7722. Grayscale: #B1B1B1. Windows color (decimal): -816931 or 14518515. OLE color: 14518515.

HSL color Cylindrical-coordinate representation of color #F388DD: hue angle of 312.34º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388DD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 136 221 -
CMYK 0 0.44 0.09 0.05
HSL 312.34º 0.82% 0.74% -
HSV(B) 312.34º 0.44% 0.95% -
XYZ 58.82 41.88 73.39 -
YUV 177.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 243 136 221 0 0.44 0.09 0.05 312.34 0.82 0.74
Hex F3 88 DD 0 2C 9 5 138 52 4A
Octal 363 210 335 0 54 11 5 470 122 112
Binary 11110011 10001000 11011101 0 101100 1001 101 100111000 1010010 1001010

Color Harmonies of #F388DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F388DD

Black with #F388DD

Text Example


Text Example

White with #F388DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F388DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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