Html Css Color HEX #F575EB Violet

📋 copy color: '#F575EB'

red 245 ◦ green 117 ◦ blue 235

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

Shades of Violet #F575EB

Tints of Violet #F575EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.6%

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 41.04%
G = 19.6%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F575EB (or 0xF575EB) is known color: Violet. HEX triplet: F5, 75 and EB. RGB value is (245,117,235). Sum of RGB (Red+Green+Blue) = 245+117+235=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F575EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575EB is #0A8A14. Grayscale: #A8A8A8. Windows color (decimal): -690709 or 15431157. OLE color: 15431157.

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

Color convert

RGB 245 117 235 -
CMYK 0 0.52 0.04 0.04
HSL 304.69º 0.86% 0.71% -
HSV(B) 304.69º 0.52% 0.96% -
XYZ 59.01 38.13 82.85 -
YUV 168.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 245 117 235 0 0.52 0.04 0.04 304.69 0.86 0.71
Hex F5 75 EB 0 34 4 4 131 56 47
Octal 365 165 353 0 64 4 4 461 126 107
Binary 11110101 1110101 11101011 0 110100 100 100 100110001 1010110 1000111

Color Harmonies of #F575EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575EB

Black with #F575EB

Text Example


Text Example

White with #F575EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575EB; }

 p { color: rgb(245,117,235); }

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

background-color css

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

 a { background-color: rgb(245,117,235); }

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

border-color css

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

 span { border-color: rgb(245,117,235); }

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