Html Css Color HEX #F781EA Pale Magenta

📋 copy color: '#F781EA'

red 247 ◦ green 129 ◦ blue 234

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

Shades of Pale Magenta #F781EA

Tints of Pale Magenta #F781EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.36%

R = 40.49%
G = 21.15%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F781EA (or 0xF781EA) is known color: Pale Magenta. HEX triplet: F7, 81 and EA. RGB value is (247,129,234). Sum of RGB (Red+Green+Blue) = 247+129+234=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F781EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781EA is #087E15. Grayscale: #AFAFAF. Windows color (decimal): -556566 or 15368695. OLE color: 15368695.

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

Color convert

RGB 247 129 234 -
CMYK 0 0.48 0.05 0.03
HSL 306.61º 0.88% 0.74% -
HSV(B) 306.61º 0.48% 0.97% -
XYZ 61.06 41.42 82.62 -
YUV 176.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 247 129 234 0 0.48 0.05 0.03 306.61 0.88 0.74
Hex F7 81 EA 0 30 5 3 133 58 4A
Octal 367 201 352 0 60 5 3 463 130 112
Binary 11110111 10000001 11101010 0 110000 101 11 100110011 1011000 1001010

Color Harmonies of #F781EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781EA

Black with #F781EA

Text Example


Text Example

White with #F781EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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