Html Css Color HEX #F684E1 Pale Magenta

📋 copy color: '#F684E1'

red 246 ◦ green 132 ◦ blue 225

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

Shades of Pale Magenta #F684E1

Tints of Pale Magenta #F684E1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.89%

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

R = 40.8%
G = 21.89%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F684E1 (or 0xF684E1) is known color: Pale Magenta. HEX triplet: F6, 84 and E1. RGB value is (246,132,225). Sum of RGB (Red+Green+Blue) = 246+132+225=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F684E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684E1 is #097B1E. Grayscale: #B0B0B0. Windows color (decimal): -621343 or 14779638. OLE color: 14779638.

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

Color convert

RGB 246 132 225 -
CMYK 0 0.46 0.09 0.04
HSL 311.05º 0.86% 0.74% -
HSV(B) 311.05º 0.46% 0.96% -
XYZ 59.85 41.53 76.1 -
YUV 176.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 246 132 225 0 0.46 0.09 0.04 311.05 0.86 0.74
Hex F6 84 E1 0 2E 9 4 137 56 4A
Octal 366 204 341 0 56 11 4 467 126 112
Binary 11110110 10000100 11100001 0 101110 1001 100 100110111 1010110 1001010

Color Harmonies of #F684E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F684E1

Black with #F684E1

Text Example


Text Example

White with #F684E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F684E1; }

 p { color: rgb(246,132,225); }

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

background-color css

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

 a { background-color: rgb(246,132,225); }

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

border-color css

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

 span { border-color: rgb(246,132,225); }

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