Html Css Color HEX #F392E5 Pale Magenta

📋 copy color: '#F392E5'

red 243 ◦ green 146 ◦ blue 229

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

Shades of Pale Magenta #F392E5

Tints of Pale Magenta #F392E5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.62%

 BLUE value IS 229 (89.84% from 255) = 37.06%

R = 39.32%
G = 23.62%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F392E5 (or 0xF392E5) is known color: Pale Magenta. HEX triplet: F3, 92 and E5. RGB value is (243,146,229). Sum of RGB (Red+Green+Blue) = 243+146+229=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F392E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392E5 is #0C6D1A. Grayscale: #B8B8B8. Windows color (decimal): -814363 or 15045363. OLE color: 15045363.

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

Color convert

RGB 243 146 229 -
CMYK 0 0.40 0.06 0.05
HSL 308.66º 0.8% 0.76% -
HSV(B) 308.66º 0.4% 0.95% -
XYZ 61.38 45.27 79.63 -
YUV 184.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 243 146 229 0 0.40 0.06 0.05 308.66 0.8 0.76
Hex F3 92 E5 0 28 6 5 135 50 4C
Octal 363 222 345 0 50 6 5 465 120 114
Binary 11110011 10010010 11100101 0 101000 110 101 100110101 1010000 1001100

Color Harmonies of #F392E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392E5

Black with #F392E5

Text Example


Text Example

White with #F392E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392E5; }

 p { color: rgb(243,146,229); }

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

background-color css

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

 a { background-color: rgb(243,146,229); }

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

border-color css

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

 span { border-color: rgb(243,146,229); }

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