Html Css Color HEX #F379E1 Pale Magenta

📋 copy color: '#F379E1'

red 243 ◦ green 121 ◦ blue 225

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

Shades of Pale Magenta #F379E1

Tints of Pale Magenta #F379E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 41.26%
G = 20.54%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F379E1 (or 0xF379E1) is known color: Pale Magenta. HEX triplet: F3, 79 and E1. RGB value is (243,121,225). Sum of RGB (Red+Green+Blue) = 243+121+225=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 121 (47.66% from 255 or 20.54% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F379E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379E1 is #0C861E. Grayscale: #A9A9A9. Windows color (decimal): -820767 or 14776819. OLE color: 14776819.

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

Color convert

RGB 243 121 225 -
CMYK 0 0.50 0.07 0.05
HSL 308.85º 0.84% 0.71% -
HSV(B) 308.85º 0.5% 0.95% -
XYZ 57.39 38.17 75.58 -
YUV 169.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 243 121 225 0 0.50 0.07 0.05 308.85 0.84 0.71
Hex F3 79 E1 0 32 7 5 135 54 47
Octal 363 171 341 0 62 7 5 465 124 107
Binary 11110011 1111001 11100001 0 110010 111 101 100110101 1010100 1000111

Color Harmonies of #F379E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379E1

Black with #F379E1

Text Example


Text Example

White with #F379E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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