Html Css Color HEX #F57FEF Violet

📋 copy color: '#F57FEF'

red 245 ◦ green 127 ◦ blue 239

#F57FEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #F57FEF

Tints of Violet #F57FEF

RGB

 RED value IS 245 (96.09% from 255) = 40.1%

 GREEN value IS 127 (50% from 255) = 20.79%

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 40.1%
G = 20.79%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F57FEF (or 0xF57FEF) is known color: Violet. HEX triplet: F5, 7F and EF. RGB value is (245,127,239). Sum of RGB (Red+Green+Blue) = 245+127+239=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 127 (50% from 255 or 20.79% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FEF is #0A8010. Grayscale: #AEAEAE. Windows color (decimal): -688145 or 15695861. OLE color: 15695861.

HSL color Cylindrical-coordinate representation of color #F57FEF: hue angle of 303.05º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FEF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 239 -
CMYK 0 0.48 0.02 0.04
HSL 303.05º 0.86% 0.73% -
HSV(B) 303.05º 0.48% 0.96% -
XYZ 60.83 40.82 86.34 -
YUV 175.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 245 127 239 0 0.48 0.02 0.04 303.05 0.86 0.73
Hex F5 7F EF 0 30 2 4 12F 56 49
Octal 365 177 357 0 60 2 4 457 126 111
Binary 11110101 1111111 11101111 0 110000 10 100 100101111 1010110 1001001

Color Harmonies of #F57FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FEF

Black with #F57FEF

Text Example


Text Example

White with #F57FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FEF; }

 p { color: rgb(245,127,239); }

 H1.HeaderClassName
 {
   color: #F57FEF;
 }
 .AnyTagClassName
 {
   color: #F57FEF;
 }
</style>

background-color css

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

 a { background-color: rgb(245,127,239); }

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

border-color css

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

 span { border-color: rgb(245,127,239); }

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