#F284F1

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

Shades of Violet #F284F1

Tints of Violet #F284F1

Color information

#F284F1 (or 0xF284F1) is unknown color: approx Violet. HEX triplet: F2, 84 and F1. RGB value is (242,132,241). Sum of RGB (Red+Green+Blue) = 242+132+241=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F284F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F284F1 is #0D7B0E. Grayscale: #B0B0B0. Windows color (decimal): -883471 or 15828210. OLE color: 15828210.

HSL color Cylindrical-coordinate representation of color #F284F1: hue angle of 300.55º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284F1 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB242132241-
CMYK00.450.000.05
HSL300.55º80.88%73.33%-
HSV(B)300.55º45.45%94.9%-
XYZ60.7541.7388.07-
YUV177.32163.94174.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 132 (51.95% from 255) = 21.46%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=39.35%
G=21.46%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213224100.450.000.05300.5580.8873.33
HexF284F102D0512d5149
Octal36220436105505455121111
Binary1111001010000100111100010101101010110010110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F284F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F284F1; }

 p { color: rgb(242,132,241); }

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

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

 a { background-color: rgb(242,132,241); }

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

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

 span { border-color: rgb(242,132,241); }

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