#F27BEB

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

Shades of Violet #F27BEB

Tints of Violet #F27BEB

Color information

#F27BEB (or 0xF27BEB) is unknown color: approx Violet. HEX triplet: F2, 7B and EB. RGB value is (242,123,235). Sum of RGB (Red+Green+Blue) = 242+123+235=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27BEB is #0D8414. Grayscale: #ABABAB. Windows color (decimal): -885781 or 15432690. OLE color: 15432690.

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

Color convert

RGB242123235-
CMYK00.490.030.05
HSL303.53º82.07%71.57%-
HSV(B)303.53º49.17%94.9%-
XYZ58.739.0483.04-
YUV171.35163.92178.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 123 (48.44% from 255) = 20.5%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=40.33%
G=20.5%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212323500.490.030.05303.5382.0771.57
HexF27BEB031351305248
Octal36217335306135460122110
Binary1111001011110111110101101100011110110011000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27BEB; }

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

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

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

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

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

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

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

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