Html Css Color HEX #F57DEF Violet

📋 copy color: '#F57DEF'

red 245 ◦ green 125 ◦ blue 239

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

Shades of Violet #F57DEF

Tints of Violet #F57DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.53%

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

R = 40.23%
G = 20.53%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F57DEF (or 0xF57DEF) is known color: Violet. HEX triplet: F5, 7D and EF. RGB value is (245,125,239). Sum of RGB (Red+Green+Blue) = 245+125+239=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DEF is #0A8210. Grayscale: #ADADAD. Windows color (decimal): -688657 or 15695349. OLE color: 15695349.

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

Color convert

RGB 245 125 239 -
CMYK 0 0.49 0.02 0.04
HSL 303º 0.86% 0.73% -
HSV(B) 303º 0.49% 0.96% -
XYZ 60.57 40.31 86.25 -
YUV 173.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 245 125 239 0 0.49 0.02 0.04 303 0.86 0.73
Hex F5 7D EF 0 31 2 4 12F 56 49
Octal 365 175 357 0 61 2 4 457 126 111
Binary 11110101 1111101 11101111 0 110001 10 100 100101111 1010110 1001001

Color Harmonies of #F57DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DEF

Black with #F57DEF

Text Example


Text Example

White with #F57DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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