Html Css Color HEX #F392E6 Pale Magenta

📋 copy color: '#F392E6'

red 243 ◦ green 146 ◦ blue 230

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

Shades of Pale Magenta #F392E6

Tints of Pale Magenta #F392E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.16%

R = 39.26%
G = 23.59%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F392E6 (or 0xF392E6) is known color: Pale Magenta. HEX triplet: F3, 92 and E6. RGB value is (243,146,230). Sum of RGB (Red+Green+Blue) = 243+146+230=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F392E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F392E6 is #0C6D19. Grayscale: #B8B8B8. Windows color (decimal): -814362 or 15110899. OLE color: 15110899.

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

Color convert

RGB 243 146 230 -
CMYK 0 0.40 0.05 0.05
HSL 308.04º 0.8% 0.76% -
HSV(B) 308.04º 0.4% 0.95% -
XYZ 61.52 45.33 80.37 -
YUV 184.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 243 146 230 0 0.40 0.05 0.05 308.04 0.8 0.76
Hex F3 92 E6 0 28 5 5 134 50 4C
Octal 363 222 346 0 50 5 5 464 120 114
Binary 11110011 10010010 11100110 0 101000 101 101 100110100 1010000 1001100

Color Harmonies of #F392E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392E6

Black with #F392E6

Text Example


Text Example

White with #F392E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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