#F6469A

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

Shades of Violet Red #F6469A

Tints of Violet Red #F6469A

Color information

#F6469A (or 0xF6469A) is unknown color: approx Violet Red. HEX triplet: F6, 46 and 9A. RGB value is (246,70,154). Sum of RGB (Red+Green+Blue) = 246+70+154=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6469A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6469A is #09B965. Grayscale: #848484. Windows color (decimal): -637286 or 10110710. OLE color: 10110710.

HSL color Cylindrical-coordinate representation of color #F6469A: hue angle of 331.36º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6469A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB24670154-
CMYK00.720.370.04
HSL331.36º90.72%61.96%-
HSV(B)331.36º71.54%96.47%-
XYZ46.0326.3133.22-
YUV132.2140.31209.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.34%
GREEN value IS 70 (27.73% from 255) = 14.89%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=52.34%
G=14.89%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467015400.720.370.04331.3690.7261.96
HexF6469A04825414b5b3e
Octal366106232011045451313376
Binary11110110100011010011010010010001001011001010010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6469A; }

 p { color: rgb(246,70,154); }

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

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

 a { background-color: rgb(246,70,154); }

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

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

 span { border-color: rgb(246,70,154); }

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