Html Css Color HEX #F1407C Violet Red

📋 copy color: '#F1407C'

red 241 ◦ green 64 ◦ blue 124

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

Shades of Violet Red #F1407C

Tints of Violet Red #F1407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 56.18%
G = 14.92%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1407C (or 0xF1407C) is known color: Violet Red. HEX triplet: F1, 40 and 7C. RGB value is (241,64,124). Sum of RGB (Red+Green+Blue) = 241+64+124=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1407C is #0EBF83. Grayscale: #7B7B7B. Windows color (decimal): -966532 or 8143089. OLE color: 8143089.

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

Color convert

RGB 241 64 124 -
CMYK 0 0.73 0.49 0.05
HSL 339.66º 0.86% 0.6% -
HSV(B) 339.66º 0.73% 0.95% -
XYZ 41.75 23.82 21.47 -
YUV 123.76 128.14 211.62 -
System Red Green Blue C M Y K H S L
Decimal 241 64 124 0 0.73 0.49 0.05 339.66 0.86 0.6
Hex F1 40 7C 0 49 31 5 154 56 3C
Octal 361 100 174 0 111 61 5 524 126 74
Binary 11110001 1000000 1111100 0 1001001 110001 101 101010100 1010110 111100

Color Harmonies of #F1407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1407C

Black with #F1407C

Text Example


Text Example

White with #F1407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1407C; }

 p { color: rgb(241,64,124); }

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

background-color css

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

 a { background-color: rgb(241,64,124); }

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

border-color css

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

 span { border-color: rgb(241,64,124); }

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