#F68FEA

Color #F68FEA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F68FEA

Tints of Pale Magenta #F68FEA

Color information

#F68FEA (or 0xF68FEA) is unknown color: approx Pale Magenta. HEX triplet: F6, 8F and EA. RGB value is (246,143,234). Sum of RGB (Red+Green+Blue) = 246+143+234=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FEA is #097015. Grayscale: #B7B7B7. Windows color (decimal): -618518 or 15372278. OLE color: 15372278.

HSL color Cylindrical-coordinate representation of color #F68FEA: hue angle of 306.99º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FEA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB246143234-
CMYK00.420.050.04
HSL306.99º85.12%76.27%-
HSV(B)306.99º41.87%96.47%-
XYZ62.6845.1883.26-
YUV184.17156.12172.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 143 (56.25% from 255) = 22.95%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=39.49%
G=22.95%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614323400.420.050.04306.9985.1276.27
HexF68FEA02A54133554c
Octal36621735205254463125114
Binary111101101000111111101010010101010110010011001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FEA; }

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

 H1.HeaderClassName
 {
   color: #F68FEA;
 }
 .AnyTagClassName
 {
   color: #F68FEA;
 }
</style>
background-color css

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

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

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

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

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

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