Html Css Color HEX #F14896 Violet Red

📋 copy color: '#F14896'

red 241 ◦ green 72 ◦ blue 150

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

Shades of Violet Red #F14896

Tints of Violet Red #F14896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.55%

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

R = 52.05%
G = 15.55%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F14896 (or 0xF14896) is known color: Violet Red. HEX triplet: F1, 48 and 96. RGB value is (241,72,150). Sum of RGB (Red+Green+Blue) = 241+72+150=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F14896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14896 is #0EB769. Grayscale: #838383. Windows color (decimal): -964458 or 9849073. OLE color: 9849073.

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

Color convert

RGB 241 72 150 -
CMYK 0 0.70 0.38 0.05
HSL 332.31º 0.86% 0.61% -
HSV(B) 332.31º 0.7% 0.95% -
XYZ 44.1 25.54 31.46 -
YUV 131.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 241 72 150 0 0.70 0.38 0.05 332.31 0.86 0.61
Hex F1 48 96 0 46 26 5 14C 56 3D
Octal 361 110 226 0 106 46 5 514 126 75
Binary 11110001 1001000 10010110 0 1000110 100110 101 101001100 1010110 111101

Color Harmonies of #F14896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14896

Black with #F14896

Text Example


Text Example

White with #F14896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14896; }

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

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

background-color css

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

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

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

border-color css

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

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

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