Html Css Color HEX #F370E5 Pale Magenta

📋 copy color: '#F370E5'

red 243 ◦ green 112 ◦ blue 229

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

Shades of Pale Magenta #F370E5

Tints of Pale Magenta #F370E5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.18%

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

R = 41.61%
G = 19.18%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F370E5 (or 0xF370E5) is known color: Pale Magenta. HEX triplet: F3, 70 and E5. RGB value is (243,112,229). Sum of RGB (Red+Green+Blue) = 243+112+229=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F370E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370E5 is #0C8F1A. Grayscale: #A4A4A4. Windows color (decimal): -823067 or 15036659. OLE color: 15036659.

HSL color Cylindrical-coordinate representation of color #F370E5: hue angle of 306.41º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370E5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 112 229 -
CMYK 0 0.54 0.06 0.05
HSL 306.41º 0.85% 0.7% -
HSV(B) 306.41º 0.54% 0.95% -
XYZ 56.9 36.3 78.14 -
YUV 164.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 243 112 229 0 0.54 0.06 0.05 306.41 0.85 0.7
Hex F3 70 E5 0 36 6 5 132 55 46
Octal 363 160 345 0 66 6 5 462 125 106
Binary 11110011 1110000 11100101 0 110110 110 101 100110010 1010101 1000110

Color Harmonies of #F370E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370E5

Black with #F370E5

Text Example


Text Example

White with #F370E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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