Html Css Color HEX #F1489A Violet Red

📋 copy color: '#F1489A'

red 241 ◦ green 72 ◦ blue 154

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

Shades of Violet Red #F1489A

Tints of Violet Red #F1489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.98%

R = 51.61%
G = 15.42%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1489A (or 0xF1489A) is known color: Violet Red. HEX triplet: F1, 48 and 9A. RGB value is (241,72,154). Sum of RGB (Red+Green+Blue) = 241+72+154=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1489A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1489A is #0EB765. Grayscale: #838383. Windows color (decimal): -964454 or 10111217. OLE color: 10111217.

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

Color convert

RGB 241 72 154 -
CMYK 0 0.70 0.36 0.05
HSL 330.89º 0.86% 0.61% -
HSV(B) 330.89º 0.7% 0.95% -
XYZ 44.43 25.67 33.18 -
YUV 131.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 241 72 154 0 0.70 0.36 0.05 330.89 0.86 0.61
Hex F1 48 9A 0 46 24 5 14B 56 3D
Octal 361 110 232 0 106 44 5 513 126 75
Binary 11110001 1001000 10011010 0 1000110 100100 101 101001011 1010110 111101

Color Harmonies of #F1489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1489A

Black with #F1489A

Text Example


Text Example

White with #F1489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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