Html Css Color HEX #F14591 Violet Red

📋 copy color: '#F14591'

red 241 ◦ green 69 ◦ blue 145

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

Shades of Violet Red #F14591

Tints of Violet Red #F14591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

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

R = 52.97%
G = 15.16%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F14591 (or 0xF14591) is known color: Violet Red. HEX triplet: F1, 45 and 91. RGB value is (241,69,145). Sum of RGB (Red+Green+Blue) = 241+69+145=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F14591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14591 is #0EBA6E. Grayscale: #808080. Windows color (decimal): -965231 or 9520625. OLE color: 9520625.

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

Color convert

RGB 241 69 145 -
CMYK 0 0.71 0.40 0.05
HSL 333.49º 0.86% 0.61% -
HSV(B) 333.49º 0.71% 0.95% -
XYZ 43.51 25 29.32 -
YUV 129.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 241 69 145 0 0.71 0.40 0.05 333.49 0.86 0.61
Hex F1 45 91 0 47 28 5 14D 56 3D
Octal 361 105 221 0 107 50 5 515 126 75
Binary 11110001 1000101 10010001 0 1000111 101000 101 101001101 1010110 111101

Color Harmonies of #F14591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14591

Black with #F14591

Text Example


Text Example

White with #F14591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14591; }

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

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

background-color css

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

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

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

border-color css

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

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

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