#F44274

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

Shades of Violet Red #F44274

Tints of Violet Red #F44274

Color information

#F44274 (or 0xF44274) is unknown color: approx Violet Red. HEX triplet: F4, 42 and 74. RGB value is (244,66,116). Sum of RGB (Red+Green+Blue) = 244+66+116=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F44274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44274 is #0BBD8B. Grayscale: #7C7C7C. Windows color (decimal): -769420 or 7619316. OLE color: 7619316.

HSL color Cylindrical-coordinate representation of color #F44274: hue angle of 343.15º 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 #F44274 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24466116-
CMYK00.730.520.04
HSL343.15º89%60.78%-
HSV(B)343.15º72.95%95.69%-
XYZ42.4124.3919-
YUV124.92122.97212.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.28%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=57.28%
G=15.49%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446611600.730.520.04343.158960.78
HexF44274049344157593d
Octal364102164011164452713175
Binary1111010010000101110100010010011101001001010101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44274; }

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

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

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

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

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

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

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

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