Html Css Color HEX #F14394 Violet Red

📋 copy color: '#F14394'

red 241 ◦ green 67 ◦ blue 148

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

Shades of Violet Red #F14394

Tints of Violet Red #F14394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 52.85%
G = 14.69%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F14394 (or 0xF14394) is known color: Violet Red. HEX triplet: F1, 43 and 94. RGB value is (241,67,148). Sum of RGB (Red+Green+Blue) = 241+67+148=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F14394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14394 is #0EBC6B. Grayscale: #808080. Windows color (decimal): -965740 or 9716721. OLE color: 9716721.

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

Color convert

RGB 241 67 148 -
CMYK 0 0.72 0.39 0.05
HSL 332.07º 0.86% 0.6% -
HSV(B) 332.07º 0.72% 0.95% -
XYZ 43.63 24.85 30.51 -
YUV 128.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 241 67 148 0 0.72 0.39 0.05 332.07 0.86 0.6
Hex F1 43 94 0 48 27 5 14C 56 3C
Octal 361 103 224 0 110 47 5 514 126 74
Binary 11110001 1000011 10010100 0 1001000 100111 101 101001100 1010110 111100

Color Harmonies of #F14394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14394

Black with #F14394

Text Example


Text Example

White with #F14394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14394; }

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

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

background-color css

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

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

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

border-color css

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

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

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