Html Css Color HEX #F74691 Violet Red

📋 copy color: '#F74691'

red 247 ◦ green 70 ◦ blue 145

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

Shades of Violet Red #F74691

Tints of Violet Red #F74691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 53.46%
G = 15.15%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F74691 (or 0xF74691) is known color: Violet Red. HEX triplet: F7, 46 and 91. RGB value is (247,70,145). Sum of RGB (Red+Green+Blue) = 247+70+145=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F74691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74691 is #08B96E. Grayscale: #838383. Windows color (decimal): -571759 or 9520887. OLE color: 9520887.

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

Color convert

RGB 247 70 145 -
CMYK 0 0.72 0.41 0.03
HSL 334.58º 0.92% 0.62% -
HSV(B) 334.58º 0.72% 0.97% -
XYZ 45.66 26.2 29.44 -
YUV 131.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 247 70 145 0 0.72 0.41 0.03 334.58 0.92 0.62
Hex F7 46 91 0 48 29 3 14F 5C 3E
Octal 367 106 221 0 110 51 3 517 134 76
Binary 11110111 1000110 10010001 0 1001000 101001 11 101001111 1011100 111110

Color Harmonies of #F74691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74691

Black with #F74691

Text Example


Text Example

White with #F74691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74691; }

 p { color: rgb(247,70,145); }

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

background-color css

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

 a { background-color: rgb(247,70,145); }

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

border-color css

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

 span { border-color: rgb(247,70,145); }

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