#F278F0

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

Shades of Violet #F278F0

Tints of Violet #F278F0

Color information

#F278F0 (or 0xF278F0) is unknown color: approx Violet. HEX triplet: F2, 78 and F0. RGB value is (242,120,240). Sum of RGB (Red+Green+Blue) = 242+120+240=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F278F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F278F0 is #0D870F. Grayscale: #A9A9A9. Windows color (decimal): -886544 or 15759602. OLE color: 15759602.

HSL color Cylindrical-coordinate representation of color #F278F0: hue angle of 300.98º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278F0 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242120240-
CMYK00.500.010.05
HSL300.98º82.43%70.98%-
HSV(B)300.98º50.41%94.9%-
XYZ59.0638.686.78-
YUV170.16167.42179.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 120 (47.27% from 255) = 19.93%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=40.20%
G=19.93%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212024000.500.010.05300.9882.4370.98
HexF278F00321512d5247
Octal36217036006215455122107
Binary111100101111000111100000110010110110010110110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F278F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F278F0; }

 p { color: rgb(242,120,240); }

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

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

 a { background-color: rgb(242,120,240); }

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

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

 span { border-color: rgb(242,120,240); }

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