Html Css Color HEX #F14696 Violet Red

📋 copy color: '#F14696'

red 241 ◦ green 70 ◦ blue 150

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

Shades of Violet Red #F14696

Tints of Violet Red #F14696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 52.28%
G = 15.18%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F14696 (or 0xF14696) is known color: Violet Red. HEX triplet: F1, 46 and 96. RGB value is (241,70,150). Sum of RGB (Red+Green+Blue) = 241+70+150=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F14696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14696 is #0EB969. Grayscale: #828282. Windows color (decimal): -964970 or 9848561. OLE color: 9848561.

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

Color convert

RGB 241 70 150 -
CMYK 0 0.71 0.38 0.05
HSL 331.93º 0.86% 0.61% -
HSV(B) 331.93º 0.71% 0.95% -
XYZ 43.97 25.28 31.42 -
YUV 130.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 241 70 150 0 0.71 0.38 0.05 331.93 0.86 0.61
Hex F1 46 96 0 47 26 5 14C 56 3D
Octal 361 106 226 0 107 46 5 514 126 75
Binary 11110001 1000110 10010110 0 1000111 100110 101 101001100 1010110 111101

Color Harmonies of #F14696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14696

Black with #F14696

Text Example


Text Example

White with #F14696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14696; }

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

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

background-color css

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

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

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

border-color css

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

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

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