Html Css Color HEX #F781E1 Pale Magenta

📋 copy color: '#F781E1'

red 247 ◦ green 129 ◦ blue 225

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

Shades of Pale Magenta #F781E1

Tints of Pale Magenta #F781E1

RGB

 RED value IS 247 (96.88% from 255) = 41.1%

 GREEN value IS 129 (50.78% from 255) = 21.46%

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

R = 41.1%
G = 21.46%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F781E1 (or 0xF781E1) is known color: Pale Magenta. HEX triplet: F7, 81 and E1. RGB value is (247,129,225). Sum of RGB (Red+Green+Blue) = 247+129+225=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F781E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781E1 is #087E1E. Grayscale: #AEAEAE. Windows color (decimal): -556575 or 14778871. OLE color: 14778871.

HSL color Cylindrical-coordinate representation of color #F781E1: hue angle of 311.19º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781E1 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 225 -
CMYK 0 0.48 0.09 0.03
HSL 311.19º 0.88% 0.74% -
HSV(B) 311.19º 0.48% 0.97% -
XYZ 59.8 40.91 75.98 -
YUV 175.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 247 129 225 0 0.48 0.09 0.03 311.19 0.88 0.74
Hex F7 81 E1 0 30 9 3 137 58 4A
Octal 367 201 341 0 60 11 3 467 130 112
Binary 11110111 10000001 11100001 0 110000 1001 11 100110111 1011000 1001010

Color Harmonies of #F781E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781E1

Black with #F781E1

Text Example


Text Example

White with #F781E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781E1; }

 p { color: rgb(247,129,225); }

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

background-color css

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

 a { background-color: rgb(247,129,225); }

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

border-color css

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

 span { border-color: rgb(247,129,225); }

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