Html Css Color HEX #F68AEB Pale Magenta

📋 copy color: '#F68AEB'

red 246 ◦ green 138 ◦ blue 235

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

Shades of Pale Magenta #F68AEB

Tints of Pale Magenta #F68AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 39.74%
G = 22.29%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F68AEB (or 0xF68AEB) is known color: Pale Magenta. HEX triplet: F6, 8A and EB. RGB value is (246,138,235). Sum of RGB (Red+Green+Blue) = 246+138+235=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AEB is #097514. Grayscale: #B5B5B5. Windows color (decimal): -619797 or 15436534. OLE color: 15436534.

HSL color Cylindrical-coordinate representation of color #F68AEB: hue angle of 306.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 #F68AEB is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 138 235 -
CMYK 0 0.44 0.04 0.04
HSL 306.11º 0.86% 0.75% -
HSV(B) 306.11º 0.44% 0.96% -
XYZ 62.09 43.77 83.77 -
YUV 181.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 246 138 235 0 0.44 0.04 0.04 306.11 0.86 0.75
Hex F6 8A EB 0 2C 4 4 132 56 4B
Octal 366 212 353 0 54 4 4 462 126 113
Binary 11110110 10001010 11101011 0 101100 100 100 100110010 1010110 1001011

Color Harmonies of #F68AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AEB

Black with #F68AEB

Text Example


Text Example

White with #F68AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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