Html Css Color HEX #F379E5 Pale Magenta

📋 copy color: '#F379E5'

red 243 ◦ green 121 ◦ blue 229

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

Shades of Pale Magenta #F379E5

Tints of Pale Magenta #F379E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 40.98%
G = 20.4%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F379E5 (or 0xF379E5) is known color: Pale Magenta. HEX triplet: F3, 79 and E5. RGB value is (243,121,229). Sum of RGB (Red+Green+Blue) = 243+121+229=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F379E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379E5 is #0C861A. Grayscale: #A9A9A9. Windows color (decimal): -820763 or 15038963. OLE color: 15038963.

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

Color convert

RGB 243 121 229 -
CMYK 0 0.50 0.06 0.05
HSL 306.89º 0.84% 0.71% -
HSV(B) 306.89º 0.5% 0.95% -
XYZ 57.94 38.39 78.48 -
YUV 169.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 243 121 229 0 0.50 0.06 0.05 306.89 0.84 0.71
Hex F3 79 E5 0 32 6 5 133 54 47
Octal 363 171 345 0 62 6 5 463 124 107
Binary 11110011 1111001 11100101 0 110010 110 101 100110011 1010100 1000111

Color Harmonies of #F379E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379E5

Black with #F379E5

Text Example


Text Example

White with #F379E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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