#F27DE9

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

Shades of Violet #F27DE9

Tints of Violet #F27DE9

Color information

#F27DE9 (or 0xF27DE9) is unknown color: approx Violet. HEX triplet: F2, 7D and E9. RGB value is (242,125,233). Sum of RGB (Red+Green+Blue) = 242+125+233=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27DE9 is #0D8216. Grayscale: #ABABAB. Windows color (decimal): -885271 or 15302130. OLE color: 15302130.

HSL color Cylindrical-coordinate representation of color #F27DE9: hue angle of 304.62º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DE9 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB242125233-
CMYK00.480.040.05
HSL304.62º81.82%71.96%-
HSV(B)304.62º48.35%94.9%-
XYZ58.6639.4381.61-
YUV172.3162.26177.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=40.33%
G=20.83%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212523300.480.040.05304.6281.8271.96
HexF27DE9030451315248
Octal36217535106045461122110
Binary11110010111110111101001011000010010110011000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27DE9; }

 p { color: rgb(242,125,233); }

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

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

 a { background-color: rgb(242,125,233); }

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

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

 span { border-color: rgb(242,125,233); }

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