#F481FB

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

Shades of Violet #F481FB

Tints of Violet #F481FB

Color information

#F481FB (or 0xF481FB) is unknown color: approx Violet. HEX triplet: F4, 81 and FB. RGB value is (244,129,251). Sum of RGB (Red+Green+Blue) = 244+129+251=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 129 (50.78% from 255 or 20.67% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #F481FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481FB is #0B7E04. Grayscale: #B0B0B0. Windows color (decimal): -753157 or 16482804. OLE color: 16482804.

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

Color convert

RGB244129251-
CMYK0.030.4900.02
HSL296.56º93.85%74.51%-
HSV(B)296.56º48.61%98.43%-
XYZ62.5741.996.06-
YUV177.29169.6175.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.10%
GREEN value IS 129 (50.78% from 255) = 20.67%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=39.10%
G=20.67%
B=40.22%

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
Decimal2441292510.030.4900.02296.5693.8574.51
HexF481FB331021295e4b
Octal36420137336102451136113
Binary1111010010000001111110111111000101010010100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481FB; }

 p { color: rgb(244,129,251); }

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

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

 a { background-color: rgb(244,129,251); }

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

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

 span { border-color: rgb(244,129,251); }

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