Html Css Color HEX #F172E6 Violet

📋 copy color: '#F172E6'

red 241 ◦ green 114 ◦ blue 230

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

Shades of Violet #F172E6

Tints of Violet #F172E6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.49%

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

R = 41.2%
G = 19.49%
B = 39.32%

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

#F172E6 (or 0xF172E6) is known color: Violet. HEX triplet: F1, 72 and E6. RGB value is (241,114,230). Sum of RGB (Red+Green+Blue) = 241+114+230=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F172E6 is #0E8D19. Grayscale: #A4A4A4. Windows color (decimal): -953626 or 15102705. OLE color: 15102705.

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

Color convert

RGB 241 114 230 -
CMYK 0 0.53 0.05 0.05
HSL 305.2º 0.82% 0.7% -
HSV(B) 305.2º 0.53% 0.95% -
XYZ 56.58 36.45 78.92 -
YUV 165.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 241 114 230 0 0.53 0.05 0.05 305.2 0.82 0.7
Hex F1 72 E6 0 35 5 5 131 52 46
Octal 361 162 346 0 65 5 5 461 122 106
Binary 11110001 1110010 11100110 0 110101 101 101 100110001 1010010 1000110

Color Harmonies of #F172E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172E6

Black with #F172E6

Text Example


Text Example

White with #F172E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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