Html Css Color HEX #F370E4 Pale Magenta

📋 copy color: '#F370E4'

red 243 ◦ green 112 ◦ blue 228

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

Shades of Pale Magenta #F370E4

Tints of Pale Magenta #F370E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.11%

R = 41.68%
G = 19.21%
B = 39.11%

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

#F370E4 (or 0xF370E4) is known color: Pale Magenta. HEX triplet: F3, 70 and E4. RGB value is (243,112,228). Sum of RGB (Red+Green+Blue) = 243+112+228=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F370E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370E4 is #0C8F1B. Grayscale: #A4A4A4. Windows color (decimal): -823068 or 14971123. OLE color: 14971123.

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

Color convert

RGB 243 112 228 -
CMYK 0 0.54 0.06 0.05
HSL 306.87º 0.85% 0.7% -
HSV(B) 306.87º 0.54% 0.95% -
XYZ 56.76 36.24 77.4 -
YUV 164.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 243 112 228 0 0.54 0.06 0.05 306.87 0.85 0.7
Hex F3 70 E4 0 36 6 5 133 55 46
Octal 363 160 344 0 66 6 5 463 125 106
Binary 11110011 1110000 11100100 0 110110 110 101 100110011 1010101 1000110

Color Harmonies of #F370E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370E4

Black with #F370E4

Text Example


Text Example

White with #F370E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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