#F0468A

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

Shades of Violet Red #F0468A

Tints of Violet Red #F0468A

Color information

#F0468A (or 0xF0468A) is unknown color: approx Violet Red. HEX triplet: F0, 46 and 8A. RGB value is (240,70,138). Sum of RGB (Red+Green+Blue) = 240+70+138=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0468A is #0FB975. Grayscale: #808080. Windows color (decimal): -1030518 or 9062128. OLE color: 9062128.

HSL color Cylindrical-coordinate representation of color #F0468A: hue angle of 336º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0468A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB24070138-
CMYK00.710.420.06
HSL336º85%60.78%-
HSV(B)336º70.83%94.12%-
XYZ42.7124.7426.57-
YUV128.58133.32207.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 70 (27.73% from 255) = 15.62%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=53.57%
G=15.62%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407013800.710.420.063368560.78
HexF0468A0472A6150553d
Octal360106212010752652012575
Binary11110000100011010001010010001111010101101010100001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0468A; }

 p { color: rgb(240,70,138); }

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

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

 a { background-color: rgb(240,70,138); }

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

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

 span { border-color: rgb(240,70,138); }

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