#F885F3

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

Shades of Violet #F885F3

Tints of Violet #F885F3

Color information

#F885F3 (or 0xF885F3) is unknown color: approx Violet. HEX triplet: F8, 85 and F3. RGB value is (248,133,243). Sum of RGB (Red+Green+Blue) = 248+133+243=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F885F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885F3 is #077A0C. Grayscale: #B3B3B3. Windows color (decimal): -489997 or 15959544. OLE color: 15959544.

HSL color Cylindrical-coordinate representation of color #F885F3: hue angle of 302.61º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885F3 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB248133243-
CMYK00.460.020.03
HSL302.61º89.15%74.71%-
HSV(B)302.61º46.37%97.25%-
XYZ63.2843.289.8-
YUV179.92163.6176.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 133 (52.34% from 255) = 21.31%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=39.74%
G=21.31%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813324300.460.020.03302.6189.1574.71
HexF885F302E2312f594b
Octal37020536305623457131113
Binary1111100010000101111100110101110101110010111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885F3; }

 p { color: rgb(248,133,243); }

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

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

 a { background-color: rgb(248,133,243); }

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

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

 span { border-color: rgb(248,133,243); }

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