#F43F7E

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

Shades of Violet Red #F43F7E

Tints of Violet Red #F43F7E

Color information

#F43F7E (or 0xF43F7E) is unknown color: approx Violet Red. HEX triplet: F4, 3F and 7E. RGB value is (244,63,126). Sum of RGB (Red+Green+Blue) = 244+63+126=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43F7E is #0BC081. Grayscale: #7C7C7C. Windows color (decimal): -770178 or 8273908. OLE color: 8273908.

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

Color convert

RGB24463126-
CMYK00.740.480.04
HSL339.12º89.16%60.2%-
HSV(B)339.12º74.18%95.69%-
XYZ42.8524.2922.17-
YUV124.3128.97213.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.35%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=56.35%
G=14.55%
B=29.10%

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
Decimal2446312600.740.480.04339.1289.1660.2
HexF43F7E04A304153593c
Octal36477176011260452313174
Binary111101001111111111110010010101100001001010100111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43F7E; }

 p { color: rgb(244,63,126); }

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

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

 a { background-color: rgb(244,63,126); }

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

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

 span { border-color: rgb(244,63,126); }

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