#F275F1

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

Shades of Violet #F275F1

Tints of Violet #F275F1

Color information

#F275F1 (or 0xF275F1) is unknown color: approx Violet. HEX triplet: F2, 75 and F1. RGB value is (242,117,241). Sum of RGB (Red+Green+Blue) = 242+117+241=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F275F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F275F1 is #0D8A0E. Grayscale: #A8A8A8. Windows color (decimal): -887311 or 15824370. OLE color: 15824370.

HSL color Cylindrical-coordinate representation of color #F275F1: hue angle of 300.48º 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 #F275F1 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB242117241-
CMYK00.520.000.05
HSL300.48º82.78%70.39%-
HSV(B)300.48º51.65%94.9%-
XYZ58.8637.9587.44-
YUV168.51168.91180.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 117 (46.09% from 255) = 19.5%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=40.33%
G=19.5%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211724100.520.000.05300.4882.7870.39
HexF275F10340512c5346
Octal36216536106405454123106
Binary111100101110101111100010110100010110010110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F275F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F275F1; }

 p { color: rgb(242,117,241); }

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

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

 a { background-color: rgb(242,117,241); }

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

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

 span { border-color: rgb(242,117,241); }

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