#F4378B

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

Shades of Violet Red #F4378B

Tints of Violet Red #F4378B

Color information

#F4378B (or 0xF4378B) is unknown color: approx Violet Red. HEX triplet: F4, 37 and 8B. RGB value is (244,55,139). Sum of RGB (Red+Green+Blue) = 244+55+139=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F4378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4378B is #0BC874. Grayscale: #787878. Windows color (decimal): -772213 or 9123828. OLE color: 9123828.

HSL color Cylindrical-coordinate representation of color #F4378B: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4378B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB24455139-
CMYK00.770.430.04
HSL333.33º89.57%58.63%-
HSV(B)333.33º77.46%95.69%-
XYZ43.3323.8326.74-
YUV121.09138.12215.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.71%
GREEN value IS 55 (21.88% from 255) = 12.56%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=55.71%
G=12.56%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445513900.770.430.04333.3389.5758.63
HexF4378B04D2B414d5a3b
Octal36467213011553451513273
Binary1111010011011110001011010011011010111001010011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4378B; }

 p { color: rgb(244,55,139); }

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

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

 a { background-color: rgb(244,55,139); }

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

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

 span { border-color: rgb(244,55,139); }

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