#F63F7F

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

Shades of Violet Red #F63F7F

Tints of Violet Red #F63F7F

Color information

#F63F7F (or 0xF63F7F) is unknown color: approx Violet Red. HEX triplet: F6, 3F and 7F. RGB value is (246,63,127). Sum of RGB (Red+Green+Blue) = 246+63+127=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63F7F is #09C080. Grayscale: #7C7C7C. Windows color (decimal): -639105 or 8339446. OLE color: 8339446.

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

Color convert

RGB24663127-
CMYK00.740.480.04
HSL339.02º91.04%60.59%-
HSV(B)339.02º74.39%96.47%-
XYZ43.6124.6822.54-
YUV125.01129.13214.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.42%
GREEN value IS 63 (25% from 255) = 14.45%
BLUE value IS 127 (50% from 255) = 29.13%
R=56.42%
G=14.45%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466312700.740.480.04339.0291.0460.59
HexF63F7F04A3041535b3d
Octal36677177011260452313375
Binary111101101111111111111010010101100001001010100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63F7F; }

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

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

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

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

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

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

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

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