Html Css Color HEX #F175EE Violet

📋 copy color: '#F175EE'

red 241 ◦ green 117 ◦ blue 238

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

Shades of Violet #F175EE

Tints of Violet #F175EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.93%

R = 40.44%
G = 19.63%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F175EE (or 0xF175EE) is known color: Violet. HEX triplet: F1, 75 and EE. RGB value is (241,117,238). Sum of RGB (Red+Green+Blue) = 241+117+238=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F175EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175EE is #0E8A11. Grayscale: #A7A7A7. Windows color (decimal): -952850 or 15627761. OLE color: 15627761.

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

Color convert

RGB 241 117 238 -
CMYK 0 0.51 0.01 0.05
HSL 301.45º 0.82% 0.7% -
HSV(B) 301.45º 0.51% 0.95% -
XYZ 58.07 37.6 85.09 -
YUV 167.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 241 117 238 0 0.51 0.01 0.05 301.45 0.82 0.7
Hex F1 75 EE 0 33 1 5 12D 52 46
Octal 361 165 356 0 63 1 5 455 122 106
Binary 11110001 1110101 11101110 0 110011 1 101 100101101 1010010 1000110

Color Harmonies of #F175EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175EE

Black with #F175EE

Text Example


Text Example

White with #F175EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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