#F04286

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

Shades of Violet Red #F04286

Tints of Violet Red #F04286

Color information

#F04286 (or 0xF04286) is unknown color: approx Violet Red. HEX triplet: F0, 42 and 86. RGB value is (240,66,134). Sum of RGB (Red+Green+Blue) = 240+66+134=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F04286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04286 is #0FBD79. Grayscale: #7D7D7D. Windows color (decimal): -1031546 or 8798960. OLE color: 8798960.

HSL color Cylindrical-coordinate representation of color #F04286: hue angle of 336.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04286 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB24066134-
CMYK00.720.440.06
HSL336.55º85.29%60%-
HSV(B)336.55º72.5%94.12%-
XYZ42.1924.1424.99-
YUV125.78132.65209.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.55%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=54.55%
G=15%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406613400.720.440.06336.5585.2960
HexF042860482C6151553c
Octal360102206011054652112574
Binary11110000100001010000110010010001011001101010100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04286; }

 p { color: rgb(240,66,134); }

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

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

 a { background-color: rgb(240,66,134); }

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

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

 span { border-color: rgb(240,66,134); }

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