#F63B7F

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

Shades of Violet Red #F63B7F

Tints of Violet Red #F63B7F

Color information

#F63B7F (or 0xF63B7F) is unknown color: approx Violet Red. HEX triplet: F6, 3B and 7F. RGB value is (246,59,127). Sum of RGB (Red+Green+Blue) = 246+59+127=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63B7F is #09C480. Grayscale: #7A7A7A. Windows color (decimal): -640129 or 8338422. OLE color: 8338422.

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

Color convert

RGB24659127-
CMYK00.760.480.04
HSL338.18º91.22%59.8%-
HSV(B)338.18º76.02%96.47%-
XYZ43.424.2522.47-
YUV122.66130.45215.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.94%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 127 (50% from 255) = 29.40%
R=56.94%
G=13.66%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465912700.760.480.04338.1891.2259.8
HexF63B7F04C3041525b3c
Octal36673177011460452213374
Binary111101101110111111111010011001100001001010100101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63B7F; }

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

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

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

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

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

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

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

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