Html Css Color HEX #F575EA Violet

📋 copy color: '#F575EA'

red 245 ◦ green 117 ◦ blue 234

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

Shades of Violet #F575EA

Tints of Violet #F575EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.26%

R = 41.11%
G = 19.63%
B = 39.26%

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

#F575EA (or 0xF575EA) is known color: Violet. HEX triplet: F5, 75 and EA. RGB value is (245,117,234). Sum of RGB (Red+Green+Blue) = 245+117+234=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F575EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575EA is #0A8A15. Grayscale: #A8A8A8. Windows color (decimal): -690710 or 15365621. OLE color: 15365621.

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

Color convert

RGB 245 117 234 -
CMYK 0 0.52 0.04 0.04
HSL 305.16º 0.86% 0.71% -
HSV(B) 305.16º 0.52% 0.96% -
XYZ 58.87 38.08 82.09 -
YUV 168.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 245 117 234 0 0.52 0.04 0.04 305.16 0.86 0.71
Hex F5 75 EA 0 34 4 4 131 56 47
Octal 365 165 352 0 64 4 4 461 126 107
Binary 11110101 1110101 11101010 0 110100 100 100 100110001 1010110 1000111

Color Harmonies of #F575EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575EA

Black with #F575EA

Text Example


Text Example

White with #F575EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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