Html Css Color HEX #F384DE Pale Magenta

📋 copy color: '#F384DE'

red 243 ◦ green 132 ◦ blue 222

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

Shades of Pale Magenta #F384DE

Tints of Pale Magenta #F384DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 40.7%
G = 22.11%
B = 37.19%

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

#F384DE (or 0xF384DE) is known color: Pale Magenta. HEX triplet: F3, 84 and DE. RGB value is (243,132,222). Sum of RGB (Red+Green+Blue) = 243+132+222=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DE is #0C7B21. Grayscale: #AFAFAF. Windows color (decimal): -817954 or 14583027. OLE color: 14583027.

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

Color convert

RGB 243 132 222 -
CMYK 0 0.46 0.09 0.05
HSL 311.35º 0.82% 0.74% -
HSV(B) 311.35º 0.46% 0.95% -
XYZ 58.4 40.83 73.91 -
YUV 175.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 243 132 222 0 0.46 0.09 0.05 311.35 0.82 0.74
Hex F3 84 DE 0 2E 9 5 137 52 4A
Octal 363 204 336 0 56 11 5 467 122 112
Binary 11110011 10000100 11011110 0 101110 1001 101 100110111 1010010 1001010

Color Harmonies of #F384DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384DE

Black with #F384DE

Text Example


Text Example

White with #F384DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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