Html Css Color HEX #F16DEA Violet

📋 copy color: '#F16DEA'

red 241 ◦ green 109 ◦ blue 234

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

Shades of Violet #F16DEA

Tints of Violet #F16DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 41.27%
G = 18.66%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F16DEA (or 0xF16DEA) is known color: Violet. HEX triplet: F1, 6D and EA. RGB value is (241,109,234). Sum of RGB (Red+Green+Blue) = 241+109+234=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 109 (42.97% from 255 or 18.66% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DEA is #0E9215. Grayscale: #A2A2A2. Windows color (decimal): -954902 or 15363569. OLE color: 15363569.

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

Color convert

RGB 241 109 234 -
CMYK 0 0.55 0.03 0.05
HSL 303.18º 0.83% 0.69% -
HSV(B) 303.18º 0.55% 0.95% -
XYZ 56.6 35.58 81.73 -
YUV 162.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 241 109 234 0 0.55 0.03 0.05 303.18 0.83 0.69
Hex F1 6D EA 0 37 3 5 12F 52 45
Octal 361 155 352 0 67 3 5 457 122 105
Binary 11110001 1101101 11101010 0 110111 11 101 100101111 1010010 1000101

Color Harmonies of #F16DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DEA

Black with #F16DEA

Text Example


Text Example

White with #F16DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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