Html Css Color HEX #F14694 Violet Red

📋 copy color: '#F14694'

red 241 ◦ green 70 ◦ blue 148

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

Shades of Violet Red #F14694

Tints of Violet Red #F14694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.25%

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

R = 52.51%
G = 15.25%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F14694 (or 0xF14694) is known color: Violet Red. HEX triplet: F1, 46 and 94. RGB value is (241,70,148). Sum of RGB (Red+Green+Blue) = 241+70+148=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F14694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14694 is #0EB96B. Grayscale: #818181. Windows color (decimal): -964972 or 9717489. OLE color: 9717489.

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

Color convert

RGB 241 70 148 -
CMYK 0 0.71 0.39 0.05
HSL 332.63º 0.86% 0.61% -
HSV(B) 332.63º 0.71% 0.95% -
XYZ 43.81 25.22 30.58 -
YUV 130.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 241 70 148 0 0.71 0.39 0.05 332.63 0.86 0.61
Hex F1 46 94 0 47 27 5 14D 56 3D
Octal 361 106 224 0 107 47 5 515 126 75
Binary 11110001 1000110 10010100 0 1000111 100111 101 101001101 1010110 111101

Color Harmonies of #F14694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14694

Black with #F14694

Text Example


Text Example

White with #F14694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14694; }

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

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

background-color css

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

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

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

border-color css

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

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

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