Html Css Color HEX #F175ED Violet

📋 copy color: '#F175ED'

red 241 ◦ green 117 ◦ blue 237

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

Shades of Violet #F175ED

Tints of Violet #F175ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.83%

R = 40.5%
G = 19.66%
B = 39.83%

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

#F175ED (or 0xF175ED) is known color: Violet. HEX triplet: F1, 75 and ED. RGB value is (241,117,237). Sum of RGB (Red+Green+Blue) = 241+117+237=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F175ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175ED is #0E8A12. Grayscale: #A7A7A7. Windows color (decimal): -952851 or 15562225. OLE color: 15562225.

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

Color convert

RGB 241 117 237 -
CMYK 0 0.51 0.02 0.05
HSL 301.94º 0.82% 0.7% -
HSV(B) 301.94º 0.51% 0.95% -
XYZ 57.92 37.54 84.31 -
YUV 167.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 241 117 237 0 0.51 0.02 0.05 301.94 0.82 0.7
Hex F1 75 ED 0 33 2 5 12E 52 46
Octal 361 165 355 0 63 2 5 456 122 106
Binary 11110001 1110101 11101101 0 110011 10 101 100101110 1010010 1000110

Color Harmonies of #F175ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175ED

Black with #F175ED

Text Example


Text Example

White with #F175ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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