Html Css Color HEX #F57AEE Violet

📋 copy color: '#F57AEE'

red 245 ◦ green 122 ◦ blue 238

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

Shades of Violet #F57AEE

Tints of Violet #F57AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 40.5%
G = 20.17%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F57AEE (or 0xF57AEE) is known color: Violet. HEX triplet: F5, 7A and EE. RGB value is (245,122,238). Sum of RGB (Red+Green+Blue) = 245+122+238=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 122 (48.05% from 255 or 20.17% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AEE is #0A8511. Grayscale: #ABABAB. Windows color (decimal): -689426 or 15629045. OLE color: 15629045.

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

Color convert

RGB 245 122 238 -
CMYK 0 0.50 0.03 0.04
HSL 303.41º 0.86% 0.72% -
HSV(B) 303.41º 0.5% 0.96% -
XYZ 60.05 39.5 85.35 -
YUV 172 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 245 122 238 0 0.50 0.03 0.04 303.41 0.86 0.72
Hex F5 7A EE 0 32 3 4 12F 56 48
Octal 365 172 356 0 62 3 4 457 126 110
Binary 11110101 1111010 11101110 0 110010 11 100 100101111 1010110 1001000

Color Harmonies of #F57AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AEE

Black with #F57AEE

Text Example


Text Example

White with #F57AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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