#F1449B

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

Shades of Violet Red #F1449B

Tints of Violet Red #F1449B

Color information

#F1449B (or 0xF1449B) is unknown color: approx Violet Red. HEX triplet: F1, 44 and 9B. RGB value is (241,68,155). Sum of RGB (Red+Green+Blue) = 241+68+155=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1449B is #0EBB64. Grayscale: #818181. Windows color (decimal): -965477 or 10175729. OLE color: 10175729.

HSL color Cylindrical-coordinate representation of color #F1449B: hue angle of 329.83º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1449B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24168155-
CMYK00.720.360.05
HSL329.83º86.07%60.59%-
HSV(B)329.83º71.78%94.51%-
XYZ44.2625.233.54-
YUV129.64142.31207.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 68 (26.95% from 255) = 14.66%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=51.94%
G=14.66%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416815500.720.360.05329.8386.0760.59
HexF1449B04824514a563d
Octal361104233011044551212675
Binary11110001100010010011011010010001001001011010010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1449B; }

 p { color: rgb(241,68,155); }

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

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

 a { background-color: rgb(241,68,155); }

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

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

 span { border-color: rgb(241,68,155); }

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