Html Css Color HEX #F384E8 Pale Magenta

📋 copy color: '#F384E8'

red 243 ◦ green 132 ◦ blue 232

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

Shades of Pale Magenta #F384E8

Tints of Pale Magenta #F384E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 40.03%
G = 21.75%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F384E8 (or 0xF384E8) is known color: Pale Magenta. HEX triplet: F3, 84 and E8. RGB value is (243,132,232). Sum of RGB (Red+Green+Blue) = 243+132+232=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F384E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384E8 is #0C7B17. Grayscale: #B0B0B0. Windows color (decimal): -817944 or 15238387. OLE color: 15238387.

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

Color convert

RGB 243 132 232 -
CMYK 0 0.46 0.05 0.05
HSL 305.95º 0.82% 0.74% -
HSV(B) 305.95º 0.46% 0.95% -
XYZ 59.78 41.38 81.18 -
YUV 176.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 243 132 232 0 0.46 0.05 0.05 305.95 0.82 0.74
Hex F3 84 E8 0 2E 5 5 132 52 4A
Octal 363 204 350 0 56 5 5 462 122 112
Binary 11110011 10000100 11101000 0 101110 101 101 100110010 1010010 1001010

Color Harmonies of #F384E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384E8

Black with #F384E8

Text Example


Text Example

White with #F384E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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