Html Css Color HEX #F177F1 Violet

📋 copy color: '#F177F1'

red 241 ◦ green 119 ◦ blue 241

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

Shades of Violet #F177F1

Tints of Violet #F177F1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.8%

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

R = 40.1%
G = 19.8%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F177F1 (or 0xF177F1) is known color: Violet. HEX triplet: F1, 77 and F1. RGB value is (241,119,241). Sum of RGB (Red+Green+Blue) = 241+119+241=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F177F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F177F1 is #0E880E. Grayscale: #A9A9A9. Windows color (decimal): -952335 or 15824881. OLE color: 15824881.

HSL color Cylindrical-coordinate representation of color #F177F1: 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.51%. Process color model (Four color, CMYK) of #F177F1 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 119 241 -
CMYK 0 0.51 0 0.05
HSL 300º 0.81% 0.71% -
HSV(B) 300º 0.51% 0.95% -
XYZ 58.75 38.25 87.5 -
YUV 169.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 241 119 241 0 0.51 0 0.05 300 0.81 0.71
Hex F1 77 F1 0 33 0 5 12C 51 47
Octal 361 167 361 0 63 0 5 454 121 107
Binary 11110001 1110111 11110001 0 110011 0 101 100101100 1010001 1000111

Color Harmonies of #F177F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177F1

Black with #F177F1

Text Example


Text Example

White with #F177F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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