Html Css Color HEX #F57AF1 Violet

📋 copy color: '#F57AF1'

red 245 ◦ green 122 ◦ blue 241

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

Shades of Violet #F57AF1

Tints of Violet #F57AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 40.3%
G = 20.07%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F57AF1 (or 0xF57AF1) is known color: Violet. HEX triplet: F5, 7A and F1. RGB value is (245,122,241). Sum of RGB (Red+Green+Blue) = 245+122+241=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 122 (48.05% from 255 or 20.07% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AF1 is #0A850E. Grayscale: #ABABAB. Windows color (decimal): -689423 or 15825653. OLE color: 15825653.

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

Color convert

RGB 245 122 241 -
CMYK 0 0.50 0.02 0.04
HSL 301.95º 0.86% 0.72% -
HSV(B) 301.95º 0.5% 0.96% -
XYZ 60.49 39.68 87.69 -
YUV 172.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 245 122 241 0 0.50 0.02 0.04 301.95 0.86 0.72
Hex F5 7A F1 0 32 2 4 12E 56 48
Octal 365 172 361 0 62 2 4 456 126 110
Binary 11110101 1111010 11110001 0 110010 10 100 100101110 1010110 1001000

Color Harmonies of #F57AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AF1

Black with #F57AF1

Text Example


Text Example

White with #F57AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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