#F0417B

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

Shades of Violet Red #F0417B

Tints of Violet Red #F0417B

Color information

#F0417B (or 0xF0417B) is unknown color: approx Violet Red. HEX triplet: F0, 41 and 7B. RGB value is (240,65,123). Sum of RGB (Red+Green+Blue) = 240+65+123=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0417B is #0FBE84. Grayscale: #7B7B7B. Windows color (decimal): -1031813 or 8077808. OLE color: 8077808.

HSL color Cylindrical-coordinate representation of color #F0417B: hue angle of 340.11º 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 #F0417B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB24065123-
CMYK00.730.490.06
HSL340.11º85.37%59.8%-
HSV(B)340.11º72.92%94.12%-
XYZ41.423.7421.14-
YUV123.94127.48210.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.07%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=56.07%
G=15.19%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406512300.730.490.06340.1185.3759.8
HexF0417B049316154553c
Octal360101173011161652412574
Binary1111000010000011111011010010011100011101010101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0417B; }

 p { color: rgb(240,65,123); }

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

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

 a { background-color: rgb(240,65,123); }

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

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

 span { border-color: rgb(240,65,123); }

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