Html Css Color HEX #F175EC Violet

📋 copy color: '#F175EC'

red 241 ◦ green 117 ◦ blue 236

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

Shades of Violet #F175EC

Tints of Violet #F175EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.7%

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 40.57%
G = 19.7%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F175EC (or 0xF175EC) is known color: Violet. HEX triplet: F1, 75 and EC. RGB value is (241,117,236). Sum of RGB (Red+Green+Blue) = 241+117+236=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 117 (46.09% from 255 or 19.70% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F175EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175EC is #0E8A13. Grayscale: #A7A7A7. Windows color (decimal): -952852 or 15496689. OLE color: 15496689.

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

Color convert

RGB 241 117 236 -
CMYK 0 0.51 0.02 0.05
HSL 302.42º 0.82% 0.7% -
HSV(B) 302.42º 0.51% 0.95% -
XYZ 57.78 37.48 83.55 -
YUV 167.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 241 117 236 0 0.51 0.02 0.05 302.42 0.82 0.7
Hex F1 75 EC 0 33 2 5 12E 52 46
Octal 361 165 354 0 63 2 5 456 122 106
Binary 11110001 1110101 11101100 0 110011 10 101 100101110 1010010 1000110

Color Harmonies of #F175EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175EC

Black with #F175EC

Text Example


Text Example

White with #F175EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175EC; }

 p { color: rgb(241,117,236); }

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

background-color css

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

 a { background-color: rgb(241,117,236); }

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

border-color css

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

 span { border-color: rgb(241,117,236); }

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