Html Css Color HEX #F13D74 Violet Red

📋 copy color: '#F13D74'

red 241 ◦ green 61 ◦ blue 116

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

Shades of Violet Red #F13D74

Tints of Violet Red #F13D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.59%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 57.66%
G = 14.59%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F13D74 (or 0xF13D74) is known color: Violet Red. HEX triplet: F1, 3D and 74. RGB value is (241,61,116). Sum of RGB (Red+Green+Blue) = 241+61+116=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D74 is #0EC28B. Grayscale: #797979. Windows color (decimal): -967308 or 7618033. OLE color: 7618033.

HSL color Cylindrical-coordinate representation of color #F13D74: hue angle of 341.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13D74 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 61 116 -
CMYK 0 0.75 0.52 0.05
HSL 341.67º 0.87% 0.59% -
HSV(B) 341.67º 0.75% 0.95% -
XYZ 41.1 23.3 18.85 -
YUV 121.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 241 61 116 0 0.75 0.52 0.05 341.67 0.87 0.59
Hex F1 3D 74 0 4B 34 5 156 57 3B
Octal 361 75 164 0 113 64 5 526 127 73
Binary 11110001 111101 1110100 0 1001011 110100 101 101010110 1010111 111011

Color Harmonies of #F13D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D74

Black with #F13D74

Text Example


Text Example

White with #F13D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D74; }

 p { color: rgb(241,61,116); }

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

background-color css

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

 a { background-color: rgb(241,61,116); }

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

border-color css

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

 span { border-color: rgb(241,61,116); }

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