Html Css Color HEX #F379DC Pale Magenta

📋 copy color: '#F379DC'

red 243 ◦ green 121 ◦ blue 220

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

Shades of Pale Magenta #F379DC

Tints of Pale Magenta #F379DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.72%

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 41.61%
G = 20.72%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F379DC (or 0xF379DC) is known color: Pale Magenta. HEX triplet: F3, 79 and DC. RGB value is (243,121,220). Sum of RGB (Red+Green+Blue) = 243+121+220=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F379DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379DC is #0C8623. Grayscale: #A8A8A8. Windows color (decimal): -820772 or 14449139. OLE color: 14449139.

HSL color Cylindrical-coordinate representation of color #F379DC: hue angle of 311.31º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379DC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 121 220 -
CMYK 0 0.50 0.09 0.05
HSL 311.31º 0.84% 0.71% -
HSV(B) 311.31º 0.5% 0.95% -
XYZ 56.72 37.9 72.04 -
YUV 168.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 243 121 220 0 0.50 0.09 0.05 311.31 0.84 0.71
Hex F3 79 DC 0 32 9 5 137 54 47
Octal 363 171 334 0 62 11 5 467 124 107
Binary 11110011 1111001 11011100 0 110010 1001 101 100110111 1010100 1000111

Color Harmonies of #F379DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379DC

Black with #F379DC

Text Example


Text Example

White with #F379DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379DC; }

 p { color: rgb(243,121,220); }

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

background-color css

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

 a { background-color: rgb(243,121,220); }

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

border-color css

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

 span { border-color: rgb(243,121,220); }

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