Html Css Color HEX #F57FEC Violet

📋 copy color: '#F57FEC'

red 245 ◦ green 127 ◦ blue 236

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

Shades of Violet #F57FEC

Tints of Violet #F57FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 40.3%
G = 20.89%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F57FEC (or 0xF57FEC) is known color: Violet. HEX triplet: F5, 7F and EC. RGB value is (245,127,236). Sum of RGB (Red+Green+Blue) = 245+127+236=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FEC is #0A8013. Grayscale: #AEAEAE. Windows color (decimal): -688148 or 15499253. OLE color: 15499253.

HSL color Cylindrical-coordinate representation of color #F57FEC: hue angle of 304.58º 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 #F57FEC is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 236 -
CMYK 0 0.48 0.04 0.04
HSL 304.58º 0.86% 0.73% -
HSV(B) 304.58º 0.48% 0.96% -
XYZ 60.39 40.65 84.02 -
YUV 174.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 245 127 236 0 0.48 0.04 0.04 304.58 0.86 0.73
Hex F5 7F EC 0 30 4 4 131 56 49
Octal 365 177 354 0 60 4 4 461 126 111
Binary 11110101 1111111 11101100 0 110000 100 100 100110001 1010110 1001001

Color Harmonies of #F57FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57FEC

Black with #F57FEC

Text Example


Text Example

White with #F57FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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