#F27DFA

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

Shades of Violet #F27DFA

Tints of Violet #F27DFA

Color information

#F27DFA (or 0xF27DFA) is unknown color: approx Violet. HEX triplet: F2, 7D and FA. RGB value is (242,125,250). Sum of RGB (Red+Green+Blue) = 242+125+250=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #F27DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27DFA is #0D8205. Grayscale: #ADADAD. Windows color (decimal): -885254 or 16416242. OLE color: 16416242.

HSL color Cylindrical-coordinate representation of color #F27DFA: hue angle of 296.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27DFA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242125250-
CMYK0.030.5000.02
HSL296.16º92.59%73.53%-
HSV(B)296.16º50%98.04%-
XYZ61.2140.4595.02-
YUV174.23170.76176.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 125 (49.22% from 255) = 20.26%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=39.22%
G=20.26%
B=40.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421252500.030.5000.02296.1692.5973.53
HexF27DFA332021285d4a
Octal36217537236202450135112
Binary111100101111101111110101111001001010010100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27DFA; }

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

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

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

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

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

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

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

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