Html Css Color HEX #F379E7 Pale Magenta

📋 copy color: '#F379E7'

red 243 ◦ green 121 ◦ blue 231

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

Shades of Pale Magenta #F379E7

Tints of Pale Magenta #F379E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.82%

R = 40.84%
G = 20.34%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F379E7 (or 0xF379E7) is known color: Pale Magenta. HEX triplet: F3, 79 and E7. RGB value is (243,121,231). Sum of RGB (Red+Green+Blue) = 243+121+231=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 121 (47.66% from 255 or 20.34% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F379E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F379E7 is #0C8618. Grayscale: #A9A9A9. Windows color (decimal): -820761 or 15170035. OLE color: 15170035.

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

Color convert

RGB 243 121 231 -
CMYK 0 0.50 0.05 0.05
HSL 305.9º 0.84% 0.71% -
HSV(B) 305.9º 0.5% 0.95% -
XYZ 58.22 38.5 79.96 -
YUV 170.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 243 121 231 0 0.50 0.05 0.05 305.9 0.84 0.71
Hex F3 79 E7 0 32 5 5 132 54 47
Octal 363 171 347 0 62 5 5 462 124 107
Binary 11110011 1111001 11100111 0 110010 101 101 100110010 1010100 1000111

Color Harmonies of #F379E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379E7

Black with #F379E7

Text Example


Text Example

White with #F379E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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