Html Css Color HEX #F781E7 Pale Magenta

📋 copy color: '#F781E7'

red 247 ◦ green 129 ◦ blue 231

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

Shades of Pale Magenta #F781E7

Tints of Pale Magenta #F781E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.06%

R = 40.69%
G = 21.25%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F781E7 (or 0xF781E7) is known color: Pale Magenta. HEX triplet: F7, 81 and E7. RGB value is (247,129,231). Sum of RGB (Red+Green+Blue) = 247+129+231=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F781E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F781E7 is #087E18. Grayscale: #AFAFAF. Windows color (decimal): -556569 or 15172087. OLE color: 15172087.

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

Color convert

RGB 247 129 231 -
CMYK 0 0.48 0.06 0.03
HSL 308.14º 0.88% 0.74% -
HSV(B) 308.14º 0.48% 0.97% -
XYZ 60.63 41.24 80.37 -
YUV 175.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 247 129 231 0 0.48 0.06 0.03 308.14 0.88 0.74
Hex F7 81 E7 0 30 6 3 134 58 4A
Octal 367 201 347 0 60 6 3 464 130 112
Binary 11110111 10000001 11100111 0 110000 110 11 100110100 1011000 1001010

Color Harmonies of #F781E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781E7

Black with #F781E7

Text Example


Text Example

White with #F781E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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