#F6307F

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

Shades of Violet Red #F6307F

Tints of Violet Red #F6307F

Color information

#F6307F (or 0xF6307F) is unknown color: approx Violet Red. HEX triplet: F6, 30 and 7F. RGB value is (246,48,127). Sum of RGB (Red+Green+Blue) = 246+48+127=421 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.43% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 246 - color contains mainly: red. Hex color #F6307F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6307F is #09CF80. Grayscale: #747474. Windows color (decimal): -642945 or 8335606. OLE color: 8335606.

HSL color Cylindrical-coordinate representation of color #F6307F: hue angle of 336.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6307F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24648127-
CMYK00.800.480.04
HSL336.06º91.67%57.65%-
HSV(B)336.06º80.49%96.47%-
XYZ42.8923.2422.3-
YUV116.21134.1220.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.43%
GREEN value IS 48 (19.14% from 255) = 11.40%
BLUE value IS 127 (50% from 255) = 30.17%
R=58.43%
G=11.40%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2464812700.800.480.04336.0691.6757.65
HexF6307F0503041505c3a
Octal36660177012060452013472
Binary111101101100001111111010100001100001001010100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6307F; }

 p { color: rgb(246,48,127); }

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

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

 a { background-color: rgb(246,48,127); }

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

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

 span { border-color: rgb(246,48,127); }

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