Html Css Color HEX #F392E0 Pale Magenta

📋 copy color: '#F392E0'

red 243 ◦ green 146 ◦ blue 224

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

Shades of Pale Magenta #F392E0

Tints of Pale Magenta #F392E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 39.64%
G = 23.82%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F392E0 (or 0xF392E0) is known color: Pale Magenta. HEX triplet: F3, 92 and E0. RGB value is (243,146,224). Sum of RGB (Red+Green+Blue) = 243+146+224=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F392E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392E0 is #0C6D1F. Grayscale: #B7B7B7. Windows color (decimal): -814368 or 14717683. OLE color: 14717683.

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

Color convert

RGB 243 146 224 -
CMYK 0 0.40 0.08 0.05
HSL 311.75º 0.8% 0.76% -
HSV(B) 311.75º 0.4% 0.95% -
XYZ 60.7 44.99 76.01 -
YUV 183.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 243 146 224 0 0.40 0.08 0.05 311.75 0.8 0.76
Hex F3 92 E0 0 28 8 5 138 50 4C
Octal 363 222 340 0 50 10 5 470 120 114
Binary 11110011 10010010 11100000 0 101000 1000 101 100111000 1010000 1001100

Color Harmonies of #F392E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392E0

Black with #F392E0

Text Example


Text Example

White with #F392E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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