Html Css Color HEX #F14689 Violet Red

📋 copy color: '#F14689'

red 241 ◦ green 70 ◦ blue 137

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

Shades of Violet Red #F14689

Tints of Violet Red #F14689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.63%

 BLUE value IS 137 (53.91% from 255) = 30.58%

R = 53.79%
G = 15.63%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F14689 (or 0xF14689) is known color: Violet Red. HEX triplet: F1, 46 and 89. RGB value is (241,70,137). Sum of RGB (Red+Green+Blue) = 241+70+137=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F14689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14689 is #0EB976. Grayscale: #808080. Windows color (decimal): -964983 or 8996593. OLE color: 8996593.

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

Color convert

RGB 241 70 137 -
CMYK 0 0.71 0.43 0.05
HSL 336.49º 0.86% 0.61% -
HSV(B) 336.49º 0.71% 0.95% -
XYZ 42.98 24.89 26.21 -
YUV 128.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 241 70 137 0 0.71 0.43 0.05 336.49 0.86 0.61
Hex F1 46 89 0 47 2B 5 150 56 3D
Octal 361 106 211 0 107 53 5 520 126 75
Binary 11110001 1000110 10001001 0 1000111 101011 101 101010000 1010110 111101

Color Harmonies of #F14689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14689

Black with #F14689

Text Example


Text Example

White with #F14689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14689; }

 p { color: rgb(241,70,137); }

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

background-color css

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

 a { background-color: rgb(241,70,137); }

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

border-color css

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

 span { border-color: rgb(241,70,137); }

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