#F44685

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

Shades of Violet Red #F44685

Tints of Violet Red #F44685

Color information

#F44685 (or 0xF44685) is unknown color: approx Violet Red. HEX triplet: F4, 46 and 85. RGB value is (244,70,133). Sum of RGB (Red+Green+Blue) = 244+70+133=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F44685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44685 is #0BB97A. Grayscale: #818181. Windows color (decimal): -768379 or 8734452. OLE color: 8734452.

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

Color convert

RGB24470133-
CMYK00.710.450.04
HSL338.28º88.78%61.57%-
HSV(B)338.28º71.31%95.69%-
XYZ43.7325.3124.77-
YUV129.21130.15209.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.59%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=54.59%
G=15.66%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447013300.710.450.04338.2888.7861.57
HexF446850472D4152593e
Octal364106205010755452213176
Binary11110100100011010000101010001111011011001010100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44685; }

 p { color: rgb(244,70,133); }

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

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

 a { background-color: rgb(244,70,133); }

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

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

 span { border-color: rgb(244,70,133); }

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