Html Css Color HEX #F16DEB Violet

📋 copy color: '#F16DEB'

red 241 ◦ green 109 ◦ blue 235

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

Shades of Violet #F16DEB

Tints of Violet #F16DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 41.2%
G = 18.63%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F16DEB (or 0xF16DEB) is known color: Violet. HEX triplet: F1, 6D and EB. RGB value is (241,109,235). Sum of RGB (Red+Green+Blue) = 241+109+235=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DEB is #0E9214. Grayscale: #A2A2A2. Windows color (decimal): -954901 or 15429105. OLE color: 15429105.

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

Color convert

RGB 241 109 235 -
CMYK 0 0.55 0.02 0.05
HSL 302.73º 0.83% 0.69% -
HSV(B) 302.73º 0.55% 0.95% -
XYZ 56.74 35.64 82.49 -
YUV 162.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 241 109 235 0 0.55 0.02 0.05 302.73 0.83 0.69
Hex F1 6D EB 0 37 2 5 12F 52 45
Octal 361 155 353 0 67 2 5 457 122 105
Binary 11110001 1101101 11101011 0 110111 10 101 100101111 1010010 1000101

Color Harmonies of #F16DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DEB

Black with #F16DEB

Text Example


Text Example

White with #F16DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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