Html Css Color HEX #F1437C Violet Red

📋 copy color: '#F1437C'

red 241 ◦ green 67 ◦ blue 124

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

Shades of Violet Red #F1437C

Tints of Violet Red #F1437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

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

R = 55.79%
G = 15.51%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1437C (or 0xF1437C) is known color: Violet Red. HEX triplet: F1, 43 and 7C. RGB value is (241,67,124). Sum of RGB (Red+Green+Blue) = 241+67+124=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1437C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1437C is #0EBC83. Grayscale: #7D7D7D. Windows color (decimal): -965764 or 8143857. OLE color: 8143857.

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

Color convert

RGB 241 67 124 -
CMYK 0 0.72 0.49 0.05
HSL 340.34º 0.86% 0.6% -
HSV(B) 340.34º 0.72% 0.95% -
XYZ 41.92 24.17 21.52 -
YUV 125.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 241 67 124 0 0.72 0.49 0.05 340.34 0.86 0.6
Hex F1 43 7C 0 48 31 5 154 56 3C
Octal 361 103 174 0 110 61 5 524 126 74
Binary 11110001 1000011 1111100 0 1001000 110001 101 101010100 1010110 111100

Color Harmonies of #F1437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1437C

Black with #F1437C

Text Example


Text Example

White with #F1437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1437C; }

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

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

background-color css

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

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

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

border-color css

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

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

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