Html Css Color HEX #F14091 Violet Red

📋 copy color: '#F14091'

red 241 ◦ green 64 ◦ blue 145

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

Shades of Violet Red #F14091

Tints of Violet Red #F14091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.22%

 BLUE value IS 145 (57.03% from 255) = 32.22%

R = 53.56%
G = 14.22%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F14091 (or 0xF14091) is known color: Violet Red. HEX triplet: F1, 40 and 91. RGB value is (241,64,145). Sum of RGB (Red+Green+Blue) = 241+64+145=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F14091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14091 is #0EBF6E. Grayscale: #7E7E7E. Windows color (decimal): -966511 or 9519345. OLE color: 9519345.

HSL color Cylindrical-coordinate representation of color #F14091: hue angle of 332.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14091 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 145 -
CMYK 0 0.73 0.40 0.05
HSL 332.54º 0.86% 0.6% -
HSV(B) 332.54º 0.73% 0.95% -
XYZ 43.22 24.41 29.22 -
YUV 126.16 138.64 209.91 -
System Red Green Blue C M Y K H S L
Decimal 241 64 145 0 0.73 0.40 0.05 332.54 0.86 0.6
Hex F1 40 91 0 49 28 5 14D 56 3C
Octal 361 100 221 0 111 50 5 515 126 74
Binary 11110001 1000000 10010001 0 1001001 101000 101 101001101 1010110 111100

Color Harmonies of #F14091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14091

Black with #F14091

Text Example


Text Example

White with #F14091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14091; }

 p { color: rgb(241,64,145); }

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

background-color css

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

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

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

border-color css

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

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

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