Html Css Color HEX #F178F1 Violet

📋 copy color: '#F178F1'

red 241 ◦ green 120 ◦ blue 241

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

Shades of Violet #F178F1

Tints of Violet #F178F1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.93%

 BLUE value IS 241 (94.53% from 255) = 40.03%

R = 40.03%
G = 19.93%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F178F1 (or 0xF178F1) is known color: Violet. HEX triplet: F1, 78 and F1. RGB value is (241,120,241). Sum of RGB (Red+Green+Blue) = 241+120+241=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F178F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F178F1 is #0E870E. Grayscale: #A9A9A9. Windows color (decimal): -952079 or 15825137. OLE color: 15825137.

HSL color Cylindrical-coordinate representation of color #F178F1: hue angle of 300º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178F1 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 120 241 -
CMYK 0 0.50 0 0.05
HSL 300º 0.81% 0.71% -
HSV(B) 300º 0.5% 0.95% -
XYZ 58.87 38.48 87.54 -
YUV 169.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 241 120 241 0 0.50 0 0.05 300 0.81 0.71
Hex F1 78 F1 0 32 0 5 12C 51 47
Octal 361 170 361 0 62 0 5 454 121 107
Binary 11110001 1111000 11110001 0 110010 0 101 100101100 1010001 1000111

Color Harmonies of #F178F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178F1

Black with #F178F1

Text Example


Text Example

White with #F178F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178F1; }

 p { color: rgb(241,120,241); }

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

background-color css

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

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

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

border-color css

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

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

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