Html Css Color HEX #F384E2 Pale Magenta

📋 copy color: '#F384E2'

red 243 ◦ green 132 ◦ blue 226

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

Shades of Pale Magenta #F384E2

Tints of Pale Magenta #F384E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.6%

R = 40.43%
G = 21.96%
B = 37.6%

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

#F384E2 (or 0xF384E2) is known color: Pale Magenta. HEX triplet: F3, 84 and E2. RGB value is (243,132,226). Sum of RGB (Red+Green+Blue) = 243+132+226=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F384E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384E2 is #0C7B1D. Grayscale: #AFAFAF. Windows color (decimal): -817950 or 14845171. OLE color: 14845171.

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

Color convert

RGB 243 132 226 -
CMYK 0 0.46 0.07 0.05
HSL 309.19º 0.82% 0.74% -
HSV(B) 309.19º 0.46% 0.95% -
XYZ 58.94 41.05 76.77 -
YUV 175.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 243 132 226 0 0.46 0.07 0.05 309.19 0.82 0.74
Hex F3 84 E2 0 2E 7 5 135 52 4A
Octal 363 204 342 0 56 7 5 465 122 112
Binary 11110011 10000100 11100010 0 101110 111 101 100110101 1010010 1001010

Color Harmonies of #F384E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384E2

Black with #F384E2

Text Example


Text Example

White with #F384E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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