Html Css Color HEX #F16EE5 Violet

📋 copy color: '#F16EE5'

red 241 ◦ green 110 ◦ blue 229

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

Shades of Violet #F16EE5

Tints of Violet #F16EE5

RGB

 RED value IS 241 (94.53% from 255) = 41.55%

 GREEN value IS 110 (43.36% from 255) = 18.97%

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 41.55%
G = 18.97%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F16EE5 (or 0xF16EE5) is known color: Violet. HEX triplet: F1, 6E and E5. RGB value is (241,110,229). Sum of RGB (Red+Green+Blue) = 241+110+229=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EE5 is #0E911A. Grayscale: #A2A2A2. Windows color (decimal): -954651 or 15036145. OLE color: 15036145.

HSL color Cylindrical-coordinate representation of color #F16EE5: hue angle of 305.5º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EE5 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 110 229 -
CMYK 0 0.54 0.05 0.05
HSL 305.5º 0.82% 0.69% -
HSV(B) 305.5º 0.54% 0.95% -
XYZ 55.99 35.51 78.03 -
YUV 162.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 241 110 229 0 0.54 0.05 0.05 305.5 0.82 0.69
Hex F1 6E E5 0 36 5 5 131 52 45
Octal 361 156 345 0 66 5 5 461 122 105
Binary 11110001 1101110 11100101 0 110110 101 101 100110001 1010010 1000101

Color Harmonies of #F16EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16EE5

Black with #F16EE5

Text Example


Text Example

White with #F16EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16EE5; }

 p { color: rgb(241,110,229); }

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

background-color css

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

 a { background-color: rgb(241,110,229); }

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

border-color css

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

 span { border-color: rgb(241,110,229); }

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