Html Css Color HEX #F384E3 Pale Magenta

📋 copy color: '#F384E3'

red 243 ◦ green 132 ◦ blue 227

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

Shades of Pale Magenta #F384E3

Tints of Pale Magenta #F384E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.71%

R = 40.37%
G = 21.93%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F384E3 (or 0xF384E3) is known color: Pale Magenta. HEX triplet: F3, 84 and E3. RGB value is (243,132,227). Sum of RGB (Red+Green+Blue) = 243+132+227=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F384E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384E3 is #0C7B1C. Grayscale: #AFAFAF. Windows color (decimal): -817949 or 14910707. OLE color: 14910707.

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

Color convert

RGB 243 132 227 -
CMYK 0 0.46 0.07 0.05
HSL 308.65º 0.82% 0.74% -
HSV(B) 308.65º 0.46% 0.95% -
XYZ 59.08 41.1 77.49 -
YUV 176.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 243 132 227 0 0.46 0.07 0.05 308.65 0.82 0.74
Hex F3 84 E3 0 2E 7 5 135 52 4A
Octal 363 204 343 0 56 7 5 465 122 112
Binary 11110011 10000100 11100011 0 101110 111 101 100110101 1010010 1001010

Color Harmonies of #F384E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384E3

Black with #F384E3

Text Example


Text Example

White with #F384E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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