#f472f1

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

Shades of Violet #F472F1

Tints of Violet #F472F1

Color information

#F472F1 (or 0xF472F1) is unknown color: approx Violet. HEX triplet: F4, 72 and F1. RGB value is (244,114,241). Sum of RGB (Red+Green+Blue) = 244+114+241=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 114 (44.92% from 255 or 19.03% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F472F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F472F1 is #0B8D0E. Grayscale: #A6A6A6. Windows color (decimal): -757007 or 15823604. OLE color: 15823604.

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

Color convert

RGB244114241-
CMYK00.530.010.04
HSL301.38º85.53%70.2%-
HSV(B)301.38º53.28%95.69%-
XYZ59.237.6287.36-
YUV167.35169.57182.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.73%
GREEN value IS 114 (44.92% from 255) = 19.03%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=40.73%
G=19.03%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411424100.530.010.04301.3885.5370.2
HexF472F10351412d5646
Octal36416236106514455126106
Binary111101001110010111100010110101110010010110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f472f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f472f1; }

 p { color: rgb(244,114,241); }

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

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

 a { background-color: rgb(244,114,241); }

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

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

 span { border-color: rgb(244,114,241); }

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