#F38AEA

Color #F38AEA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F38AEA

Tints of Pale Magenta #F38AEA

Color information

#F38AEA (or 0xF38AEA) is unknown color: approx Pale Magenta. HEX triplet: F3, 8A and EA. RGB value is (243,138,234). Sum of RGB (Red+Green+Blue) = 243+138+234=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38AEA is #0C7515. Grayscale: #B4B4B4. Windows color (decimal): -816406 or 15370995. OLE color: 15370995.

HSL color Cylindrical-coordinate representation of color #F38AEA: hue angle of 305.14º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AEA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243138234-
CMYK00.430.040.05
HSL305.14º81.4%74.71%-
HSV(B)305.14º43.21%95.29%-
XYZ60.943.1782.97-
YUV180.34158.29172.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=39.51%
G=22.44%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313823400.430.040.05305.1481.474.71
HexF38AEA02B45131514b
Octal36321235205345461121113
Binary111100111000101011101010010101110010110011000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38AEA; }

 p { color: rgb(243,138,234); }

 H1.HeaderClassName
 {
   color: #F38AEA;
 }
 .AnyTagClassName
 {
   color: #F38AEA;
 }
</style>
background-color css

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

 a { background-color: rgb(243,138,234); }

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

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

 span { border-color: rgb(243,138,234); }

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