#F380FB

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

Shades of Violet #F380FB

Tints of Violet #F380FB

Color information

#F380FB (or 0xF380FB) is unknown color: approx Violet. HEX triplet: F3, 80 and FB. RGB value is (243,128,251). Sum of RGB (Red+Green+Blue) = 243+128+251=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #F380FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380FB is #0C7F04. Grayscale: #B0B0B0. Windows color (decimal): -818949 or 16482547. OLE color: 16482547.

HSL color Cylindrical-coordinate representation of color #F380FB: hue angle of 296.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F380FB is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243128251-
CMYK0.030.4900.02
HSL296.1º93.89%74.31%-
HSV(B)296.1º49%98.43%-
XYZ62.0941.4696-
YUV176.41170.1175.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 128 (50.39% from 255) = 20.58%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=39.07%
G=20.58%
B=40.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431282510.030.4900.02296.193.8974.31
HexF380FB331021285e4a
Octal36320037336102450136112
Binary1111001110000000111110111111000101010010100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380FB; }

 p { color: rgb(243,128,251); }

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

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

 a { background-color: rgb(243,128,251); }

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

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

 span { border-color: rgb(243,128,251); }

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