Html Css Color HEX #F14690 Violet Red

📋 copy color: '#F14690'

red 241 ◦ green 70 ◦ blue 144

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

Shades of Violet Red #F14690

Tints of Violet Red #F14690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.38%

 BLUE value IS 144 (56.64% from 255) = 31.65%

R = 52.97%
G = 15.38%
B = 31.65%

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

#F14690 (or 0xF14690) is known color: Violet Red. HEX triplet: F1, 46 and 90. RGB value is (241,70,144). Sum of RGB (Red+Green+Blue) = 241+70+144=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F14690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14690 is #0EB96F. Grayscale: #818181. Windows color (decimal): -964976 or 9455345. OLE color: 9455345.

HSL color Cylindrical-coordinate representation of color #F14690: hue angle of 334.04º 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 #F14690 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 144 -
CMYK 0 0.71 0.40 0.05
HSL 334.04º 0.86% 0.61% -
HSV(B) 334.04º 0.71% 0.95% -
XYZ 43.5 25.09 28.94 -
YUV 129.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 241 70 144 0 0.71 0.40 0.05 334.04 0.86 0.61
Hex F1 46 90 0 47 28 5 14E 56 3D
Octal 361 106 220 0 107 50 5 516 126 75
Binary 11110001 1000110 10010000 0 1000111 101000 101 101001110 1010110 111101

Color Harmonies of #F14690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14690

Black with #F14690

Text Example


Text Example

White with #F14690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14690; }

 p { color: rgb(241,70,144); }

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

background-color css

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

 a { background-color: rgb(241,70,144); }

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

border-color css

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

 span { border-color: rgb(241,70,144); }

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