Html Css Color HEX #F57AEA Violet

📋 copy color: '#F57AEA'

red 245 ◦ green 122 ◦ blue 234

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

Shades of Violet #F57AEA

Tints of Violet #F57AEA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.3%

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

R = 40.77%
G = 20.3%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F57AEA (or 0xF57AEA) is known color: Violet. HEX triplet: F5, 7A and EA. RGB value is (245,122,234). Sum of RGB (Red+Green+Blue) = 245+122+234=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 122 (48.05% from 255 or 20.30% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AEA is #0A8515. Grayscale: #ABABAB. Windows color (decimal): -689430 or 15366901. OLE color: 15366901.

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

Color convert

RGB 245 122 234 -
CMYK 0 0.50 0.04 0.04
HSL 305.37º 0.86% 0.72% -
HSV(B) 305.37º 0.5% 0.96% -
XYZ 59.47 39.27 82.29 -
YUV 171.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 245 122 234 0 0.50 0.04 0.04 305.37 0.86 0.72
Hex F5 7A EA 0 32 4 4 131 56 48
Octal 365 172 352 0 62 4 4 461 126 110
Binary 11110101 1111010 11101010 0 110010 100 100 100110001 1010110 1001000

Color Harmonies of #F57AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AEA

Black with #F57AEA

Text Example


Text Example

White with #F57AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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