Html Css Color HEX #F14183 Violet Red

📋 copy color: '#F14183'

red 241 ◦ green 65 ◦ blue 131

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

Shades of Violet Red #F14183

Tints of Violet Red #F14183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 55.15%
G = 14.87%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F14183 (or 0xF14183) is known color: Violet Red. HEX triplet: F1, 41 and 83. RGB value is (241,65,131). Sum of RGB (Red+Green+Blue) = 241+65+131=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F14183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14183 is #0EBE7C. Grayscale: #7D7D7D. Windows color (decimal): -966269 or 8602097. OLE color: 8602097.

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

Color convert

RGB 241 65 131 -
CMYK 0 0.73 0.46 0.05
HSL 337.5º 0.86% 0.6% -
HSV(B) 337.5º 0.73% 0.95% -
XYZ 42.26 24.12 23.9 -
YUV 125.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 241 65 131 0 0.73 0.46 0.05 337.5 0.86 0.6
Hex F1 41 83 0 49 2E 5 152 56 3C
Octal 361 101 203 0 111 56 5 522 126 74
Binary 11110001 1000001 10000011 0 1001001 101110 101 101010010 1010110 111100

Color Harmonies of #F14183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14183

Black with #F14183

Text Example


Text Example

White with #F14183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14183; }

 p { color: rgb(241,65,131); }

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

background-color css

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

 a { background-color: rgb(241,65,131); }

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

border-color css

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

 span { border-color: rgb(241,65,131); }

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