#F96CE8

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

Shades of Pale Magenta #F96CE8

Tints of Pale Magenta #F96CE8

Color information

#F96CE8 (or 0xF96CE8) is unknown color: approx Pale Magenta. HEX triplet: F9, 6C and E8. RGB value is (249,108,232). Sum of RGB (Red+Green+Blue) = 249+108+232=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CE8 is #069317. Grayscale: #A3A3A3. Windows color (decimal): -430872 or 15232249. OLE color: 15232249.

HSL color Cylindrical-coordinate representation of color #F96CE8: hue angle of 307.23º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CE8 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249108232-
CMYK00.570.070.02
HSL307.23º92.16%70%-
HSV(B)307.23º56.63%97.65%-
XYZ58.9936.6980.32-
YUV164.3166.21188.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 108 (42.58% from 255) = 18.34%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=42.28%
G=18.34%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910823200.570.070.02307.2392.1670
HexF96CE8039721335c46
Octal37115435007172463134106
Binary1111100111011001110100001110011111010011001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CE8; }

 p { color: rgb(249,108,232); }

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

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

 a { background-color: rgb(249,108,232); }

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

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

 span { border-color: rgb(249,108,232); }

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