Html Css Color HEX #F16DE5 Violet

📋 copy color: '#F16DE5'

red 241 ◦ green 109 ◦ blue 229

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

Shades of Violet #F16DE5

Tints of Violet #F16DE5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.83%

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

R = 41.62%
G = 18.83%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F16DE5 (or 0xF16DE5) is known color: Violet. HEX triplet: F1, 6D and E5. RGB value is (241,109,229). Sum of RGB (Red+Green+Blue) = 241+109+229=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DE5 is #0E921A. Grayscale: #A1A1A1. Windows color (decimal): -954907 or 15035889. OLE color: 15035889.

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

Color convert

RGB 241 109 229 -
CMYK 0 0.55 0.05 0.05
HSL 305.45º 0.83% 0.69% -
HSV(B) 305.45º 0.55% 0.95% -
XYZ 55.89 35.3 78 -
YUV 162.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 241 109 229 0 0.55 0.05 0.05 305.45 0.83 0.69
Hex F1 6D E5 0 37 5 5 131 52 45
Octal 361 155 345 0 67 5 5 461 122 105
Binary 11110001 1101101 11100101 0 110111 101 101 100110001 1010010 1000101

Color Harmonies of #F16DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DE5

Black with #F16DE5

Text Example


Text Example

White with #F16DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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