Html Css Color HEX #F384E0 Pale Magenta

📋 copy color: '#F384E0'

red 243 ◦ green 132 ◦ blue 224

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

Shades of Pale Magenta #F384E0

Tints of Pale Magenta #F384E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 40.57%
G = 22.04%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F384E0 (or 0xF384E0) is known color: Pale Magenta. HEX triplet: F3, 84 and E0. RGB value is (243,132,224). Sum of RGB (Red+Green+Blue) = 243+132+224=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F384E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384E0 is #0C7B1F. Grayscale: #AFAFAF. Windows color (decimal): -817952 or 14714099. OLE color: 14714099.

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

Color convert

RGB 243 132 224 -
CMYK 0 0.46 0.08 0.05
HSL 310.27º 0.82% 0.74% -
HSV(B) 310.27º 0.46% 0.95% -
XYZ 58.67 40.94 75.33 -
YUV 175.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 243 132 224 0 0.46 0.08 0.05 310.27 0.82 0.74
Hex F3 84 E0 0 2E 8 5 136 52 4A
Octal 363 204 340 0 56 10 5 466 122 112
Binary 11110011 10000100 11100000 0 101110 1000 101 100110110 1010010 1001010

Color Harmonies of #F384E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384E0

Black with #F384E0

Text Example


Text Example

White with #F384E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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