Html Css Color HEX #F14289 Violet Red

📋 copy color: '#F14289'

red 241 ◦ green 66 ◦ blue 137

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

Shades of Violet Red #F14289

Tints of Violet Red #F14289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.86%

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

R = 54.28%
G = 14.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F14289 (or 0xF14289) is known color: Violet Red. HEX triplet: F1, 42 and 89. RGB value is (241,66,137). Sum of RGB (Red+Green+Blue) = 241+66+137=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F14289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14289 is #0EBD76. Grayscale: #7E7E7E. Windows color (decimal): -966007 or 8995569. OLE color: 8995569.

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

Color convert

RGB 241 66 137 -
CMYK 0 0.73 0.43 0.05
HSL 335.66º 0.86% 0.6% -
HSV(B) 335.66º 0.73% 0.95% -
XYZ 42.74 24.4 26.12 -
YUV 126.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 241 66 137 0 0.73 0.43 0.05 335.66 0.86 0.6
Hex F1 42 89 0 49 2B 5 150 56 3C
Octal 361 102 211 0 111 53 5 520 126 74
Binary 11110001 1000010 10001001 0 1001001 101011 101 101010000 1010110 111100

Color Harmonies of #F14289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14289

Black with #F14289

Text Example


Text Example

White with #F14289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14289; }

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

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

background-color css

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

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

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

border-color css

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

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

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