Html Css Color HEX #F14380 Violet Red

📋 copy color: '#F14380'

red 241 ◦ green 67 ◦ blue 128

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

Shades of Violet Red #F14380

Tints of Violet Red #F14380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 55.28%
G = 15.37%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F14380 (or 0xF14380) is known color: Violet Red. HEX triplet: F1, 43 and 80. RGB value is (241,67,128). Sum of RGB (Red+Green+Blue) = 241+67+128=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F14380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14380 is #0EBC7F. Grayscale: #7D7D7D. Windows color (decimal): -965760 or 8406001. OLE color: 8406001.

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

Color convert

RGB 241 67 128 -
CMYK 0 0.72 0.47 0.05
HSL 338.97º 0.86% 0.6% -
HSV(B) 338.97º 0.72% 0.95% -
XYZ 42.18 24.27 22.88 -
YUV 125.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 241 67 128 0 0.72 0.47 0.05 338.97 0.86 0.6
Hex F1 43 80 0 48 2F 5 153 56 3C
Octal 361 103 200 0 110 57 5 523 126 74
Binary 11110001 1000011 10000000 0 1001000 101111 101 101010011 1010110 111100

Color Harmonies of #F14380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14380

Black with #F14380

Text Example


Text Example

White with #F14380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14380; }

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

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

background-color css

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

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

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

border-color css

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

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

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