Html Css Color HEX #F07AED Violet

📋 copy color: '#F07AED'

red 240 ◦ green 122 ◦ blue 237

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

Shades of Violet #F07AED

Tints of Violet #F07AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 40.07%
G = 20.37%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F07AED (or 0xF07AED) is known color: Violet. HEX triplet: F0, 7A and ED. RGB value is (240,122,237). Sum of RGB (Red+Green+Blue) = 240+122+237=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 122 (48.05% from 255 or 20.37% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AED is #0F8512. Grayscale: #AAAAAA. Windows color (decimal): -1017107 or 15563504. OLE color: 15563504.

HSL color Cylindrical-coordinate representation of color #F07AED: hue angle of 301.53º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07AED is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 237 -
CMYK 0 0.49 0.01 0.06
HSL 301.53º 0.8% 0.71% -
HSV(B) 301.53º 0.49% 0.94% -
XYZ 58.18 38.56 84.5 -
YUV 170.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 240 122 237 0 0.49 0.01 0.06 301.53 0.8 0.71
Hex F0 7A ED 0 31 1 6 12E 50 47
Octal 360 172 355 0 61 1 6 456 120 107
Binary 11110000 1111010 11101101 0 110001 1 110 100101110 1010000 1000111

Color Harmonies of #F07AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07AED

Black with #F07AED

Text Example


Text Example

White with #F07AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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