Html Css Color HEX #F68AEA Pale Magenta

📋 copy color: '#F68AEA'

red 246 ◦ green 138 ◦ blue 234

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

Shades of Pale Magenta #F68AEA

Tints of Pale Magenta #F68AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 39.81%
G = 22.33%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F68AEA (or 0xF68AEA) is known color: Pale Magenta. HEX triplet: F6, 8A and EA. RGB value is (246,138,234). Sum of RGB (Red+Green+Blue) = 246+138+234=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 138 (54.30% from 255 or 22.33% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AEA is #097515. Grayscale: #B4B4B4. Windows color (decimal): -619798 or 15370998. OLE color: 15370998.

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

Color convert

RGB 246 138 234 -
CMYK 0 0.44 0.05 0.04
HSL 306.67º 0.86% 0.75% -
HSV(B) 306.67º 0.44% 0.96% -
XYZ 61.95 43.71 83.01 -
YUV 181.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 246 138 234 0 0.44 0.05 0.04 306.67 0.86 0.75
Hex F6 8A EA 0 2C 5 4 133 56 4B
Octal 366 212 352 0 54 5 4 463 126 113
Binary 11110110 10001010 11101010 0 101100 101 100 100110011 1010110 1001011

Color Harmonies of #F68AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AEA

Black with #F68AEA

Text Example


Text Example

White with #F68AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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