Html Css Color HEX #F57DF4 Violet

📋 copy color: '#F57DF4'

red 245 ◦ green 125 ◦ blue 244

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

Shades of Violet #F57DF4

Tints of Violet #F57DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.74%

R = 39.9%
G = 20.36%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F57DF4 (or 0xF57DF4) is known color: Violet. HEX triplet: F5, 7D and F4. RGB value is (245,125,244). Sum of RGB (Red+Green+Blue) = 245+125+244=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DF4 is #0A820B. Grayscale: #AEAEAE. Windows color (decimal): -688652 or 16023029. OLE color: 16023029.

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

Color convert

RGB 245 125 244 -
CMYK 0 0.49 0.00 0.04
HSL 300.5º 0.86% 0.73% -
HSV(B) 300.5º 0.49% 0.96% -
XYZ 61.32 40.61 90.19 -
YUV 174.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 245 125 244 0 0.49 0.00 0.04 300.5 0.86 0.73
Hex F5 7D F4 0 31 0 4 12C 56 49
Octal 365 175 364 0 61 0 4 454 126 111
Binary 11110101 1111101 11110100 0 110001 0 100 100101100 1010110 1001001

Color Harmonies of #F57DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DF4

Black with #F57DF4

Text Example


Text Example

White with #F57DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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