Html Css Color HEX #F384DD Pale Magenta

📋 copy color: '#F384DD'

red 243 ◦ green 132 ◦ blue 221

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

Shades of Pale Magenta #F384DD

Tints of Pale Magenta #F384DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.15%

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

R = 40.77%
G = 22.15%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F384DD (or 0xF384DD) is known color: Pale Magenta. HEX triplet: F3, 84 and DD. RGB value is (243,132,221). Sum of RGB (Red+Green+Blue) = 243+132+221=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DD is #0C7B22. Grayscale: #AFAFAF. Windows color (decimal): -817955 or 14517491. OLE color: 14517491.

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

Color convert

RGB 243 132 221 -
CMYK 0 0.46 0.09 0.05
HSL 311.89º 0.82% 0.74% -
HSV(B) 311.89º 0.46% 0.95% -
XYZ 58.26 40.78 73.21 -
YUV 175.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 243 132 221 0 0.46 0.09 0.05 311.89 0.82 0.74
Hex F3 84 DD 0 2E 9 5 138 52 4A
Octal 363 204 335 0 56 11 5 470 122 112
Binary 11110011 10000100 11011101 0 101110 1001 101 100111000 1010010 1001010

Color Harmonies of #F384DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384DD

Black with #F384DD

Text Example


Text Example

White with #F384DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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