Html Css Color HEX #F1479A Violet Red

📋 copy color: '#F1479A'

red 241 ◦ green 71 ◦ blue 154

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

Shades of Violet Red #F1479A

Tints of Violet Red #F1479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.24%

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

R = 51.72%
G = 15.24%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1479A (or 0xF1479A) is known color: Violet Red. HEX triplet: F1, 47 and 9A. RGB value is (241,71,154). Sum of RGB (Red+Green+Blue) = 241+71+154=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1479A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1479A is #0EB865. Grayscale: #838383. Windows color (decimal): -964710 or 10110961. OLE color: 10110961.

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

Color convert

RGB 241 71 154 -
CMYK 0 0.71 0.36 0.05
HSL 330.71º 0.86% 0.61% -
HSV(B) 330.71º 0.71% 0.95% -
XYZ 44.36 25.54 33.16 -
YUV 131.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 241 71 154 0 0.71 0.36 0.05 330.71 0.86 0.61
Hex F1 47 9A 0 47 24 5 14B 56 3D
Octal 361 107 232 0 107 44 5 513 126 75
Binary 11110001 1000111 10011010 0 1000111 100100 101 101001011 1010110 111101

Color Harmonies of #F1479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1479A

Black with #F1479A

Text Example


Text Example

White with #F1479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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