#F1438A

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

Shades of Violet Red #F1438A

Tints of Violet Red #F1438A

Color information

#F1438A (or 0xF1438A) is unknown color: approx Violet Red. HEX triplet: F1, 43 and 8A. RGB value is (241,67,138). Sum of RGB (Red+Green+Blue) = 241+67+138=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1438A is #0EBC75. Grayscale: #7F7F7F. Windows color (decimal): -965750 or 9061361. OLE color: 9061361.

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

Color convert

RGB24167138-
CMYK00.720.430.05
HSL335.52º86.14%60.39%-
HSV(B)335.52º72.2%94.51%-
XYZ42.8724.5526.52-
YUV127.12134.15209.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.04%
GREEN value IS 67 (26.56% from 255) = 15.02%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=54.04%
G=15.02%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416713800.720.430.05335.5286.1460.39
HexF1438A0482B5150563c
Octal361103212011053552012674
Binary11110001100001110001010010010001010111011010100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1438A; }

 p { color: rgb(241,67,138); }

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

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

 a { background-color: rgb(241,67,138); }

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

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

 span { border-color: rgb(241,67,138); }

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