#F38FFA

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

Shades of Violet #F38FFA

Tints of Violet #F38FFA

Color information

#F38FFA (or 0xF38FFA) is unknown color: approx Violet. HEX triplet: F3, 8F and FA. RGB value is (243,143,250). Sum of RGB (Red+Green+Blue) = 243+143+250=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F38FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FFA is #0C7005. Grayscale: #B8B8B8. Windows color (decimal): -815110 or 16420851. OLE color: 16420851.

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

Color convert

RGB243143250-
CMYK0.030.4300.02
HSL296.07º91.45%77.06%-
HSV(B)296.07º42.8%98.04%-
XYZ64.0445.695.87-
YUV185.1164.63169.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.21%
GREEN value IS 143 (56.25% from 255) = 22.48%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=38.21%
G=22.48%
B=39.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431432500.030.4300.02296.0791.4577.06
HexF38FFA32B021285b4d
Octal36321737235302450133115
Binary1111001110001111111110101110101101010010100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38FFA; }

 p { color: rgb(243,143,250); }

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

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

 a { background-color: rgb(243,143,250); }

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

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

 span { border-color: rgb(243,143,250); }

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