Html Css Color HEX #F571ED Violet

📋 copy color: '#F571ED'

red 245 ◦ green 113 ◦ blue 237

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

Shades of Violet #F571ED

Tints of Violet #F571ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.99%

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

R = 41.18%
G = 18.99%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F571ED (or 0xF571ED) is known color: Violet. HEX triplet: F5, 71 and ED. RGB value is (245,113,237). Sum of RGB (Red+Green+Blue) = 245+113+237=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F571ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571ED is #0A8E12. Grayscale: #A6A6A6. Windows color (decimal): -691731 or 15561205. OLE color: 15561205.

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

Color convert

RGB 245 113 237 -
CMYK 0 0.54 0.03 0.04
HSL 303.64º 0.87% 0.7% -
HSV(B) 303.64º 0.54% 0.96% -
XYZ 58.85 37.34 84.23 -
YUV 166.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 245 113 237 0 0.54 0.03 0.04 303.64 0.87 0.7
Hex F5 71 ED 0 36 3 4 130 57 46
Octal 365 161 355 0 66 3 4 460 127 106
Binary 11110101 1110001 11101101 0 110110 11 100 100110000 1010111 1000110

Color Harmonies of #F571ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571ED

Black with #F571ED

Text Example


Text Example

White with #F571ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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