Html Css Color HEX #F14899 Violet Red

📋 copy color: '#F14899'

red 241 ◦ green 72 ◦ blue 153

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

Shades of Violet Red #F14899

Tints of Violet Red #F14899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.83%

R = 51.72%
G = 15.45%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F14899 (or 0xF14899) is known color: Violet Red. HEX triplet: F1, 48 and 99. RGB value is (241,72,153). Sum of RGB (Red+Green+Blue) = 241+72+153=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F14899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14899 is #0EB766. Grayscale: #838383. Windows color (decimal): -964455 or 10045681. OLE color: 10045681.

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

Color convert

RGB 241 72 153 -
CMYK 0 0.70 0.37 0.05
HSL 331.24º 0.86% 0.61% -
HSV(B) 331.24º 0.7% 0.95% -
XYZ 44.34 25.64 32.75 -
YUV 131.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 241 72 153 0 0.70 0.37 0.05 331.24 0.86 0.61
Hex F1 48 99 0 46 25 5 14B 56 3D
Octal 361 110 231 0 106 45 5 513 126 75
Binary 11110001 1001000 10011001 0 1000110 100101 101 101001011 1010110 111101

Color Harmonies of #F14899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14899

Black with #F14899

Text Example


Text Example

White with #F14899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14899; }

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

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

background-color css

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

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

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

border-color css

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

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

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