#F44294

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

Shades of Violet Red #F44294

Tints of Violet Red #F44294

Color information

#F44294 (or 0xF44294) is unknown color: approx Violet Red. HEX triplet: F4, 42 and 94. RGB value is (244,66,148). Sum of RGB (Red+Green+Blue) = 244+66+148=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F44294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44294 is #0BBD6B. Grayscale: #808080. Windows color (decimal): -769388 or 9716468. OLE color: 9716468.

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

Color convert

RGB24466148-
CMYK00.730.390.04
HSL332.36º89%60.78%-
HSV(B)332.36º72.95%95.69%-
XYZ44.625.2730.54-
YUV128.57138.97210.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.28%
GREEN value IS 66 (26.17% from 255) = 14.41%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=53.28%
G=14.41%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446614800.730.390.04332.368960.78
HexF4429404927414c593d
Octal364102224011147451413175
Binary11110100100001010010100010010011001111001010011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44294; }

 p { color: rgb(244,66,148); }

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

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

 a { background-color: rgb(244,66,148); }

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

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

 span { border-color: rgb(244,66,148); }

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