#F285FF

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

Shades of Violet #F285FF

Tints of Violet #F285FF

Color information

#F285FF (or 0xF285FF) is unknown color: approx Violet. HEX triplet: F2, 85 and FF. RGB value is (242,133,255). Sum of RGB (Red+Green+Blue) = 242+133+255=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 133 (52.34% from 255 or 21.11% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F285FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285FF is #0D7A00. Grayscale: #B3B3B3. Windows color (decimal): -883201 or 16745970. OLE color: 16745970.

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

Color convert

RGB242133255-
CMYK0.050.4800
HSL293.61º100%76.08%-
HSV(B)293.61º47.84%100%-
XYZ63.0642.8799.56-
YUV179.5170.61172.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 133 (52.34% from 255) = 21.11%
BLUE value IS 255 (100% from 255) = 40.48%
R=38.41%
G=21.11%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421332550.050.4800293.6110076.08
HexF285FF53000126644c
Octal36220537756000446144114
Binary1111001010000101111111111011100000010010011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285FF; }

 p { color: rgb(242,133,255); }

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

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

 a { background-color: rgb(242,133,255); }

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

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

 span { border-color: rgb(242,133,255); }

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