Html Css Color HEX #F07AF1 Violet

📋 copy color: '#F07AF1'

red 240 ◦ green 122 ◦ blue 241

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

Shades of Violet #F07AF1

Tints of Violet #F07AF1

RGB

 RED value IS 240 (94.14% from 255) = 39.8%

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

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

R = 39.8%
G = 20.23%
B = 39.97%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F07AF1 (or 0xF07AF1) is known color: Violet. HEX triplet: F0, 7A and F1. RGB value is (240,122,241). Sum of RGB (Red+Green+Blue) = 240+122+241=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 122 (48.05% from 255 or 20.23% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #F07AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF1 is #0F850E. Grayscale: #AAAAAA. Windows color (decimal): -1017103 or 15825648. OLE color: 15825648.

HSL color Cylindrical-coordinate representation of color #F07AF1: hue angle of 299.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07AF1 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 122 241 -
CMYK 0.00 0.49 0 0.05
HSL 299.5º 0.81% 0.71% -
HSV(B) 299.5º 0.49% 0.95% -
XYZ 58.77 38.8 87.61 -
YUV 170.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 240 122 241 0.00 0.49 0 0.05 299.5 0.81 0.71
Hex F0 7A F1 0 31 0 5 12B 51 47
Octal 360 172 361 0 61 0 5 453 121 107
Binary 11110000 1111010 11110001 0 110001 0 101 100101011 1010001 1000111

Color Harmonies of #F07AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AF1

Black with #F07AF1

Text Example


Text Example

White with #F07AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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