Html Css Color HEX #F681E0 Pale Magenta

📋 copy color: '#F681E0'

red 246 ◦ green 129 ◦ blue 224

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

Shades of Pale Magenta #F681E0

Tints of Pale Magenta #F681E0

RGB

 RED value IS 246 (96.48% from 255) = 41.07%

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

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 41.07%
G = 21.54%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F681E0 (or 0xF681E0) is known color: Pale Magenta. HEX triplet: F6, 81 and E0. RGB value is (246,129,224). Sum of RGB (Red+Green+Blue) = 246+129+224=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F681E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681E0 is #097E1F. Grayscale: #AEAEAE. Windows color (decimal): -622112 or 14713334. OLE color: 14713334.

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

Color convert

RGB 246 129 224 -
CMYK 0 0.48 0.09 0.04
HSL 311.28º 0.87% 0.74% -
HSV(B) 311.28º 0.48% 0.96% -
XYZ 59.31 40.68 75.25 -
YUV 174.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 246 129 224 0 0.48 0.09 0.04 311.28 0.87 0.74
Hex F6 81 E0 0 30 9 4 137 57 4A
Octal 366 201 340 0 60 11 4 467 127 112
Binary 11110110 10000001 11100000 0 110000 1001 100 100110111 1010111 1001010

Color Harmonies of #F681E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681E0

Black with #F681E0

Text Example


Text Example

White with #F681E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681E0; }

 p { color: rgb(246,129,224); }

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

background-color css

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

 a { background-color: rgb(246,129,224); }

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

border-color css

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

 span { border-color: rgb(246,129,224); }

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