Html Css Color HEX #F14097 Violet Red

📋 copy color: '#F14097'

red 241 ◦ green 64 ◦ blue 151

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

Shades of Violet Red #F14097

Tints of Violet Red #F14097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.11%

R = 52.85%
G = 14.04%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F14097 (or 0xF14097) is known color: Violet Red. HEX triplet: F1, 40 and 97. RGB value is (241,64,151). Sum of RGB (Red+Green+Blue) = 241+64+151=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F14097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14097 is #0EBF68. Grayscale: #7E7E7E. Windows color (decimal): -966505 or 9912561. OLE color: 9912561.

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

Color convert

RGB 241 64 151 -
CMYK 0 0.73 0.37 0.05
HSL 330.51º 0.86% 0.6% -
HSV(B) 330.51º 0.73% 0.95% -
XYZ 43.69 24.6 31.72 -
YUV 126.84 141.64 209.43 -
System Red Green Blue C M Y K H S L
Decimal 241 64 151 0 0.73 0.37 0.05 330.51 0.86 0.6
Hex F1 40 97 0 49 25 5 14B 56 3C
Octal 361 100 227 0 111 45 5 513 126 74
Binary 11110001 1000000 10010111 0 1001001 100101 101 101001011 1010110 111100

Color Harmonies of #F14097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14097

Black with #F14097

Text Example


Text Example

White with #F14097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14097; }

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

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

background-color css

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

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

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

border-color css

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

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

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