Html Css Color HEX #F174F4 Violet

📋 copy color: '#F174F4'

red 241 ◦ green 116 ◦ blue 244

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

Shades of Violet #F174F4

Tints of Violet #F174F4

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.3%

 BLUE value IS 244 (95.7% from 255) = 40.6%

R = 40.1%
G = 19.3%
B = 40.6%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F174F4 (or 0xF174F4) is known color: Violet. HEX triplet: F1, 74 and F4. RGB value is (241,116,244). Sum of RGB (Red+Green+Blue) = 241+116+244=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #F174F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F174F4 is #0E8B0B. Grayscale: #A7A7A7. Windows color (decimal): -953100 or 16020721. OLE color: 16020721.

HSL color Cylindrical-coordinate representation of color #F174F4: hue angle of 298.59º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F174F4 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 116 244 -
CMYK 0.01 0.52 0 0.04
HSL 298.59º 0.85% 0.71% -
HSV(B) 298.59º 0.52% 0.96% -
XYZ 58.85 37.72 89.77 -
YUV 167.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 241 116 244 0.01 0.52 0 0.04 298.59 0.85 0.71
Hex F1 74 F4 1 34 0 4 12B 55 47
Octal 361 164 364 1 64 0 4 453 125 107
Binary 11110001 1110100 11110100 1 110100 0 100 100101011 1010101 1000111

Color Harmonies of #F174F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174F4

Black with #F174F4

Text Example


Text Example

White with #F174F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174F4; }

 p { color: rgb(241,116,244); }

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

background-color css

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

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

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

border-color css

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

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

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