#F28BF4

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

Shades of Violet #F28BF4

Tints of Violet #F28BF4

Color information

#F28BF4 (or 0xF28BF4) is unknown color: approx Violet. HEX triplet: F2, 8B and F4. RGB value is (242,139,244). Sum of RGB (Red+Green+Blue) = 242+139+244=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #F28BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BF4 is #0D740B. Grayscale: #B5B5B5. Windows color (decimal): -881676 or 16026610. OLE color: 16026610.

HSL color Cylindrical-coordinate representation of color #F28BF4: hue angle of 298.86º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BF4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242139244-
CMYK0.010.4300.04
HSL298.86º82.68%75.1%-
HSV(B)298.86º43.03%95.69%-
XYZ62.1843.8790.78-
YUV181.77163.12170.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 139 (54.69% from 255) = 22.24%
BLUE value IS 244 (95.70% from 255) = 39.04%
R=38.72%
G=22.24%
B=39.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421392440.010.4300.04298.8682.6875.1
HexF28BF412B0412b534b
Octal36221336415304453123113
Binary1111001010001011111101001101011010010010101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BF4; }

 p { color: rgb(242,139,244); }

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

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

 a { background-color: rgb(242,139,244); }

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

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

 span { border-color: rgb(242,139,244); }

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