Html Css Color HEX #F14390 Violet Red

📋 copy color: '#F14390'

red 241 ◦ green 67 ◦ blue 144

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

Shades of Violet Red #F14390

Tints of Violet Red #F14390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.82%

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

R = 53.32%
G = 14.82%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F14390 (or 0xF14390) is known color: Violet Red. HEX triplet: F1, 43 and 90. RGB value is (241,67,144). Sum of RGB (Red+Green+Blue) = 241+67+144=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F14390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14390 is #0EBC6F. Grayscale: #7F7F7F. Windows color (decimal): -965744 or 9454577. OLE color: 9454577.

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

Color convert

RGB 241 67 144 -
CMYK 0 0.72 0.40 0.05
HSL 333.45º 0.86% 0.6% -
HSV(B) 333.45º 0.72% 0.95% -
XYZ 43.32 24.73 28.88 -
YUV 127.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 241 67 144 0 0.72 0.40 0.05 333.45 0.86 0.6
Hex F1 43 90 0 48 28 5 14D 56 3C
Octal 361 103 220 0 110 50 5 515 126 74
Binary 11110001 1000011 10010000 0 1001000 101000 101 101001101 1010110 111100

Color Harmonies of #F14390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14390

Black with #F14390

Text Example


Text Example

White with #F14390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14390; }

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

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

background-color css

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

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

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

border-color css

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

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

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