#F4427B

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

Shades of Violet Red #F4427B

Tints of Violet Red #F4427B

Color information

#F4427B (or 0xF4427B) is unknown color: approx Violet Red. HEX triplet: F4, 42 and 7B. RGB value is (244,66,123). Sum of RGB (Red+Green+Blue) = 244+66+123=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4427B is #0BBD84. Grayscale: #7D7D7D. Windows color (decimal): -769413 or 8078068. OLE color: 8078068.

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

Color convert

RGB24466123-
CMYK00.730.500.04
HSL340.79º89%60.78%-
HSV(B)340.79º72.95%95.69%-
XYZ42.8324.5621.22-
YUV125.72126.47212.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.35%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=56.35%
G=15.24%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446612300.730.500.04340.798960.78
HexF4427B049324155593d
Octal364102173011162452513175
Binary1111010010000101111011010010011100101001010101011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4427B; }

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

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

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

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

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

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

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

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