Html Css Color HEX #F391E2 Pale Magenta

📋 copy color: '#F391E2'

red 243 ◦ green 145 ◦ blue 226

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

Shades of Pale Magenta #F391E2

Tints of Pale Magenta #F391E2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.62%

 BLUE value IS 226 (88.67% from 255) = 36.81%

R = 39.58%
G = 23.62%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F391E2 (or 0xF391E2) is known color: Pale Magenta. HEX triplet: F3, 91 and E2. RGB value is (243,145,226). Sum of RGB (Red+Green+Blue) = 243+145+226=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F391E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391E2 is #0C6E1D. Grayscale: #B7B7B7. Windows color (decimal): -814622 or 14848499. OLE color: 14848499.

HSL color Cylindrical-coordinate representation of color #F391E2: hue angle of 310.41º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391E2 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 145 226 -
CMYK 0 0.40 0.07 0.05
HSL 310.41º 0.8% 0.76% -
HSV(B) 310.41º 0.4% 0.95% -
XYZ 60.82 44.8 77.39 -
YUV 183.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 243 145 226 0 0.40 0.07 0.05 310.41 0.8 0.76
Hex F3 91 E2 0 28 7 5 136 50 4C
Octal 363 221 342 0 50 7 5 466 120 114
Binary 11110011 10010001 11100010 0 101000 111 101 100110110 1010000 1001100

Color Harmonies of #F391E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F391E2

Black with #F391E2

Text Example


Text Example

White with #F391E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F391E2; }

 p { color: rgb(243,145,226); }

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

background-color css

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

 a { background-color: rgb(243,145,226); }

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

border-color css

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

 span { border-color: rgb(243,145,226); }

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