Html Css Color HEX #F57CED Violet

📋 copy color: '#F57CED'

red 245 ◦ green 124 ◦ blue 237

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

Shades of Violet #F57CED

Tints of Violet #F57CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.46%

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 40.43%
G = 20.46%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F57CED (or 0xF57CED) is known color: Violet. HEX triplet: F5, 7C and ED. RGB value is (245,124,237). Sum of RGB (Red+Green+Blue) = 245+124+237=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 124 (48.83% from 255 or 20.46% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57CED is #0A8312. Grayscale: #ACACAC. Windows color (decimal): -688915 or 15564021. OLE color: 15564021.

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

Color convert

RGB 245 124 237 -
CMYK 0 0.49 0.03 0.04
HSL 303.97º 0.86% 0.72% -
HSV(B) 303.97º 0.49% 0.96% -
XYZ 60.15 39.94 84.66 -
YUV 173.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 245 124 237 0 0.49 0.03 0.04 303.97 0.86 0.72
Hex F5 7C ED 0 31 3 4 130 56 48
Octal 365 174 355 0 61 3 4 460 126 110
Binary 11110101 1111100 11101101 0 110001 11 100 100110000 1010110 1001000

Color Harmonies of #F57CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57CED

Black with #F57CED

Text Example


Text Example

White with #F57CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57CED; }

 p { color: rgb(245,124,237); }

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

background-color css

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

 a { background-color: rgb(245,124,237); }

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

border-color css

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

 span { border-color: rgb(245,124,237); }

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