Html Css Color HEX #F68AE2 Pale Magenta

📋 copy color: '#F68AE2'

red 246 ◦ green 138 ◦ blue 226

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

Shades of Pale Magenta #F68AE2

Tints of Pale Magenta #F68AE2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.62%

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 40.33%
G = 22.62%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F68AE2 (or 0xF68AE2) is known color: Pale Magenta. HEX triplet: F6, 8A and E2. RGB value is (246,138,226). Sum of RGB (Red+Green+Blue) = 246+138+226=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AE2 is #09751D. Grayscale: #B4B4B4. Windows color (decimal): -619806 or 14846710. OLE color: 14846710.

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

Color convert

RGB 246 138 226 -
CMYK 0 0.44 0.08 0.04
HSL 311.11º 0.86% 0.75% -
HSV(B) 311.11º 0.44% 0.96% -
XYZ 60.82 43.26 77.1 -
YUV 180.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 246 138 226 0 0.44 0.08 0.04 311.11 0.86 0.75
Hex F6 8A E2 0 2C 8 4 137 56 4B
Octal 366 212 342 0 54 10 4 467 126 113
Binary 11110110 10001010 11100010 0 101100 1000 100 100110111 1010110 1001011

Color Harmonies of #F68AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AE2

Black with #F68AE2

Text Example


Text Example

White with #F68AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AE2; }

 p { color: rgb(246,138,226); }

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

background-color css

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

 a { background-color: rgb(246,138,226); }

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

border-color css

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

 span { border-color: rgb(246,138,226); }

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