Html Css Color HEX #F171E6 Violet

📋 copy color: '#F171E6'

red 241 ◦ green 113 ◦ blue 230

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

Shades of Violet #F171E6

Tints of Violet #F171E6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.35%

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

R = 41.27%
G = 19.35%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F171E6 (or 0xF171E6) is known color: Violet. HEX triplet: F1, 71 and E6. RGB value is (241,113,230). Sum of RGB (Red+Green+Blue) = 241+113+230=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F171E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F171E6 is #0E8E19. Grayscale: #A4A4A4. Windows color (decimal): -953882 or 15102449. OLE color: 15102449.

HSL color Cylindrical-coordinate representation of color #F171E6: hue angle of 305.16º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171E6 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 113 230 -
CMYK 0 0.53 0.05 0.05
HSL 305.16º 0.82% 0.69% -
HSV(B) 305.16º 0.53% 0.95% -
XYZ 56.46 36.22 78.88 -
YUV 164.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 241 113 230 0 0.53 0.05 0.05 305.16 0.82 0.69
Hex F1 71 E6 0 35 5 5 131 52 45
Octal 361 161 346 0 65 5 5 461 122 105
Binary 11110001 1110001 11100110 0 110101 101 101 100110001 1010010 1000101

Color Harmonies of #F171E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171E6

Black with #F171E6

Text Example


Text Example

White with #F171E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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