Html Css Color HEX #F14096 Violet Red

📋 copy color: '#F14096'

red 241 ◦ green 64 ◦ blue 150

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

Shades of Violet Red #F14096

Tints of Violet Red #F14096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 52.97%
G = 14.07%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F14096 (or 0xF14096) is known color: Violet Red. HEX triplet: F1, 40 and 96. RGB value is (241,64,150). Sum of RGB (Red+Green+Blue) = 241+64+150=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F14096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14096 is #0EBF69. Grayscale: #7E7E7E. Windows color (decimal): -966506 or 9847025. OLE color: 9847025.

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

Color convert

RGB 241 64 150 -
CMYK 0 0.73 0.38 0.05
HSL 330.85º 0.86% 0.6% -
HSV(B) 330.85º 0.73% 0.95% -
XYZ 43.61 24.57 31.3 -
YUV 126.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 241 64 150 0 0.73 0.38 0.05 330.85 0.86 0.6
Hex F1 40 96 0 49 26 5 14B 56 3C
Octal 361 100 226 0 111 46 5 513 126 74
Binary 11110001 1000000 10010110 0 1001001 100110 101 101001011 1010110 111100

Color Harmonies of #F14096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14096

Black with #F14096

Text Example


Text Example

White with #F14096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14096; }

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

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

background-color css

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

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

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

border-color css

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

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

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