Html Css Color HEX #F392DF Pale Magenta

📋 copy color: '#F392DF'

red 243 ◦ green 146 ◦ blue 223

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

Shades of Pale Magenta #F392DF

Tints of Pale Magenta #F392DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 39.71%
G = 23.86%
B = 36.44%

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

#F392DF (or 0xF392DF) is known color: Pale Magenta. HEX triplet: F3, 92 and DF. RGB value is (243,146,223). Sum of RGB (Red+Green+Blue) = 243+146+223=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F392DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392DF is #0C6D20. Grayscale: #B7B7B7. Windows color (decimal): -814369 or 14652147. OLE color: 14652147.

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

Color convert

RGB 243 146 223 -
CMYK 0 0.40 0.08 0.05
HSL 312.37º 0.8% 0.76% -
HSV(B) 312.37º 0.4% 0.95% -
XYZ 60.56 44.94 75.29 -
YUV 183.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 243 146 223 0 0.40 0.08 0.05 312.37 0.8 0.76
Hex F3 92 DF 0 28 8 5 138 50 4C
Octal 363 222 337 0 50 10 5 470 120 114
Binary 11110011 10010010 11011111 0 101000 1000 101 100111000 1010000 1001100

Color Harmonies of #F392DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F392DF

Black with #F392DF

Text Example


Text Example

White with #F392DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F392DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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