Html Css Color HEX #F371E1 Pale Magenta

📋 copy color: '#F371E1'

red 243 ◦ green 113 ◦ blue 225

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

Shades of Pale Magenta #F371E1

Tints of Pale Magenta #F371E1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.45%

 BLUE value IS 225 (88.28% from 255) = 38.73%

R = 41.82%
G = 19.45%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F371E1 (or 0xF371E1) is known color: Pale Magenta. HEX triplet: F3, 71 and E1. RGB value is (243,113,225). Sum of RGB (Red+Green+Blue) = 243+113+225=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F371E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371E1 is #0C8E1E. Grayscale: #A4A4A4. Windows color (decimal): -822815 or 14774771. OLE color: 14774771.

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

Color convert

RGB 243 113 225 -
CMYK 0 0.53 0.07 0.05
HSL 308.31º 0.84% 0.7% -
HSV(B) 308.31º 0.53% 0.95% -
XYZ 56.46 36.3 75.27 -
YUV 164.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 243 113 225 0 0.53 0.07 0.05 308.31 0.84 0.7
Hex F3 71 E1 0 35 7 5 134 54 46
Octal 363 161 341 0 65 7 5 464 124 106
Binary 11110011 1110001 11100001 0 110101 111 101 100110100 1010100 1000110

Color Harmonies of #F371E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371E1

Black with #F371E1

Text Example


Text Example

White with #F371E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371E1; }

 p { color: rgb(243,113,225); }

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

background-color css

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

 a { background-color: rgb(243,113,225); }

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

border-color css

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

 span { border-color: rgb(243,113,225); }

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