Html Css Color HEX #F74394 Violet Red

📋 copy color: '#F74394'

red 247 ◦ green 67 ◦ blue 148

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

Shades of Violet Red #F74394

Tints of Violet Red #F74394

RGB

 RED value IS 247 (96.88% from 255) = 53.46%

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

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

R = 53.46%
G = 14.5%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F74394 (or 0xF74394) is known color: Violet Red. HEX triplet: F7, 43 and 94. RGB value is (247,67,148). Sum of RGB (Red+Green+Blue) = 247+67+148=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F74394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74394 is #08BC6B. Grayscale: #818181. Windows color (decimal): -572524 or 9716727. OLE color: 9716727.

HSL color Cylindrical-coordinate representation of color #F74394: hue angle of 333º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74394 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 67 148 -
CMYK 0 0.73 0.40 0.03
HSL 333º 0.92% 0.62% -
HSV(B) 333º 0.73% 0.97% -
XYZ 45.71 25.93 30.61 -
YUV 130.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 247 67 148 0 0.73 0.40 0.03 333 0.92 0.62
Hex F7 43 94 0 49 28 3 14D 5C 3E
Octal 367 103 224 0 111 50 3 515 134 76
Binary 11110111 1000011 10010100 0 1001001 101000 11 101001101 1011100 111110

Color Harmonies of #F74394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74394

Black with #F74394

Text Example


Text Example

White with #F74394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74394; }

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

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

background-color css

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

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

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

border-color css

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

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

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