#F187FE

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

Shades of Violet #F187FE

Tints of Violet #F187FE

Color information

#F187FE (or 0xF187FE) is unknown color: approx Violet. HEX triplet: F1, 87 and FE. RGB value is (241,135,254). Sum of RGB (Red+Green+Blue) = 241+135+254=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 135 (53.12% from 255 or 21.43% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #F187FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F187FE is #0E7801. Grayscale: #B3B3B3. Windows color (decimal): -948226 or 16680945. OLE color: 16680945.

HSL color Cylindrical-coordinate representation of color #F187FE: hue angle of 293.45º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F187FE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241135254-
CMYK0.050.4700.00
HSL293.45º98.35%76.27%-
HSV(B)293.45º46.85%99.61%-
XYZ62.8343.1898.79-
YUV180.26169.62171.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 135 (53.12% from 255) = 21.43%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=38.25%
G=21.43%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411352540.050.4700.00293.4598.3576.27
HexF187FE52F00125624c
Octal36120737655700445142114
Binary1111000110000111111111101011011110010010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F187FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F187FE; }

 p { color: rgb(241,135,254); }

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

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

 a { background-color: rgb(241,135,254); }

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

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

 span { border-color: rgb(241,135,254); }

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