Html Css Color HEX #F175E6 Violet

📋 copy color: '#F175E6'

red 241 ◦ green 117 ◦ blue 230

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

Shades of Violet #F175E6

Tints of Violet #F175E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 40.99%
G = 19.9%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F175E6 (or 0xF175E6) is known color: Violet. HEX triplet: F1, 75 and E6. RGB value is (241,117,230). Sum of RGB (Red+Green+Blue) = 241+117+230=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F175E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175E6 is #0E8A19. Grayscale: #A6A6A6. Windows color (decimal): -952858 or 15103473. OLE color: 15103473.

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

Color convert

RGB 241 117 230 -
CMYK 0 0.51 0.05 0.05
HSL 305.32º 0.82% 0.7% -
HSV(B) 305.32º 0.51% 0.95% -
XYZ 56.92 37.14 79.03 -
YUV 166.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 241 117 230 0 0.51 0.05 0.05 305.32 0.82 0.7
Hex F1 75 E6 0 33 5 5 131 52 46
Octal 361 165 346 0 63 5 5 461 122 106
Binary 11110001 1110101 11100110 0 110011 101 101 100110001 1010010 1000110

Color Harmonies of #F175E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175E6

Black with #F175E6

Text Example


Text Example

White with #F175E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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