Html Css Color HEX #F370E6 Pale Magenta

📋 copy color: '#F370E6'

red 243 ◦ green 112 ◦ blue 230

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

Shades of Pale Magenta #F370E6

Tints of Pale Magenta #F370E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 41.54%
G = 19.15%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F370E6 (or 0xF370E6) is known color: Pale Magenta. HEX triplet: F3, 70 and E6. RGB value is (243,112,230). Sum of RGB (Red+Green+Blue) = 243+112+230=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F370E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370E6 is #0C8F19. Grayscale: #A4A4A4. Windows color (decimal): -823066 or 15102195. OLE color: 15102195.

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

Color convert

RGB 243 112 230 -
CMYK 0 0.54 0.05 0.05
HSL 305.95º 0.85% 0.7% -
HSV(B) 305.95º 0.54% 0.95% -
XYZ 57.04 36.36 78.87 -
YUV 164.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 243 112 230 0 0.54 0.05 0.05 305.95 0.85 0.7
Hex F3 70 E6 0 36 5 5 132 55 46
Octal 363 160 346 0 66 5 5 462 125 106
Binary 11110011 1110000 11100110 0 110110 101 101 100110010 1010101 1000110

Color Harmonies of #F370E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370E6

Black with #F370E6

Text Example


Text Example

White with #F370E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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