#F375F1

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

Shades of Violet #F375F1

Tints of Violet #F375F1

Color information

#F375F1 (or 0xF375F1) is unknown color: approx Violet. HEX triplet: F3, 75 and F1. RGB value is (243,117,241). Sum of RGB (Red+Green+Blue) = 243+117+241=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 117 (46.09% from 255 or 19.47% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F375F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F375F1 is #0C8A0E. Grayscale: #A8A8A8. Windows color (decimal): -821775 or 15824371. OLE color: 15824371.

HSL color Cylindrical-coordinate representation of color #F375F1: hue angle of 300.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375F1 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243117241-
CMYK00.520.010.05
HSL300.95º84%70.59%-
HSV(B)300.95º51.85%95.29%-
XYZ59.238.1387.46-
YUV168.81168.74180.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 117 (46.09% from 255) = 19.47%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=40.43%
G=19.47%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311724100.520.010.05300.958470.59
HexF375F10341512d5447
Octal36316536106415455124107
Binary111100111110101111100010110100110110010110110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375F1; }

 p { color: rgb(243,117,241); }

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

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

 a { background-color: rgb(243,117,241); }

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

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

 span { border-color: rgb(243,117,241); }

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