Html Css Color HEX #F379E0 Pale Magenta

📋 copy color: '#F379E0'

red 243 ◦ green 121 ◦ blue 224

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

Shades of Pale Magenta #F379E0

Tints of Pale Magenta #F379E0

RGB

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

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

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

R = 41.33%
G = 20.58%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F379E0 (or 0xF379E0) is known color: Pale Magenta. HEX triplet: F3, 79 and E0. RGB value is (243,121,224). Sum of RGB (Red+Green+Blue) = 243+121+224=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F379E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379E0 is #0C861F. Grayscale: #A8A8A8. Windows color (decimal): -820768 or 14711283. OLE color: 14711283.

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

Color convert

RGB 243 121 224 -
CMYK 0 0.50 0.08 0.05
HSL 309.34º 0.84% 0.71% -
HSV(B) 309.34º 0.5% 0.95% -
XYZ 57.25 38.11 74.86 -
YUV 169.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 243 121 224 0 0.50 0.08 0.05 309.34 0.84 0.71
Hex F3 79 E0 0 32 8 5 135 54 47
Octal 363 171 340 0 62 10 5 465 124 107
Binary 11110011 1111001 11100000 0 110010 1000 101 100110101 1010100 1000111

Color Harmonies of #F379E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379E0

Black with #F379E0

Text Example


Text Example

White with #F379E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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