Html Css Color HEX #F781ED Pale Magenta

📋 copy color: '#F781ED'

red 247 ◦ green 129 ◦ blue 237

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

Shades of Pale Magenta #F781ED

Tints of Pale Magenta #F781ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 40.29%
G = 21.04%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F781ED (or 0xF781ED) is known color: Pale Magenta. HEX triplet: F7, 81 and ED. RGB value is (247,129,237). Sum of RGB (Red+Green+Blue) = 247+129+237=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F781ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781ED is #087E12. Grayscale: #B0B0B0. Windows color (decimal): -556563 or 15565303. OLE color: 15565303.

HSL color Cylindrical-coordinate representation of color #F781ED: hue angle of 305.08º 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 #F781ED is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 237 -
CMYK 0 0.48 0.04 0.03
HSL 305.08º 0.88% 0.74% -
HSV(B) 305.08º 0.48% 0.97% -
XYZ 61.49 41.59 84.91 -
YUV 176.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 247 129 237 0 0.48 0.04 0.03 305.08 0.88 0.74
Hex F7 81 ED 0 30 4 3 131 58 4A
Octal 367 201 355 0 60 4 3 461 130 112
Binary 11110111 10000001 11101101 0 110000 100 11 100110001 1011000 1001010

Color Harmonies of #F781ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781ED

Black with #F781ED

Text Example


Text Example

White with #F781ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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