#F274EB

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

Shades of Violet #F274EB

Tints of Violet #F274EB

Color information

#F274EB (or 0xF274EB) is unknown color: approx Violet. HEX triplet: F2, 74 and EB. RGB value is (242,116,235). Sum of RGB (Red+Green+Blue) = 242+116+235=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F274EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F274EB is #0D8B14. Grayscale: #A6A6A6. Windows color (decimal): -887573 or 15430898. OLE color: 15430898.

HSL color Cylindrical-coordinate representation of color #F274EB: hue angle of 303.33º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274EB is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242116235-
CMYK00.520.030.05
HSL303.33º82.89%70.2%-
HSV(B)303.33º52.07%94.9%-
XYZ57.8637.3782.76-
YUV167.24166.24181.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 116 (45.70% from 255) = 19.56%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=40.81%
G=19.56%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211623500.520.030.05303.3382.8970.2
HexF274EB0343512f5346
Octal36216435306435457123106
Binary1111001011101001110101101101001110110010111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274EB; }

 p { color: rgb(242,116,235); }

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

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

 a { background-color: rgb(242,116,235); }

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

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

 span { border-color: rgb(242,116,235); }

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