Html Css Color HEX #F393EA Pale Magenta

📋 copy color: '#F393EA'

red 243 ◦ green 147 ◦ blue 234

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

Shades of Pale Magenta #F393EA

Tints of Pale Magenta #F393EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.56%

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 38.94%
G = 23.56%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F393EA (or 0xF393EA) is known color: Pale Magenta. HEX triplet: F3, 93 and EA. RGB value is (243,147,234). Sum of RGB (Red+Green+Blue) = 243+147+234=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F393EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393EA is #0C6C15. Grayscale: #B9B9B9. Windows color (decimal): -814102 or 15373299. OLE color: 15373299.

HSL color Cylindrical-coordinate representation of color #F393EA: hue angle of 305.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393EA is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 147 234 -
CMYK 0 0.40 0.04 0.05
HSL 305.63º 0.8% 0.76% -
HSV(B) 305.63º 0.4% 0.95% -
XYZ 62.25 45.86 83.41 -
YUV 185.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 243 147 234 0 0.40 0.04 0.05 305.63 0.8 0.76
Hex F3 93 EA 0 28 4 5 132 50 4C
Octal 363 223 352 0 50 4 5 462 120 114
Binary 11110011 10010011 11101010 0 101000 100 101 100110010 1010000 1001100

Color Harmonies of #F393EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F393EA

Black with #F393EA

Text Example


Text Example

White with #F393EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F393EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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