Html Css Color HEX #F74079 Violet Red

📋 copy color: '#F74079'

red 247 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #F74079

Tints of Violet Red #F74079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 57.18%
G = 14.81%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F74079 (or 0xF74079) is known color: Violet Red. HEX triplet: F7, 40 and 79. RGB value is (247,64,121). Sum of RGB (Red+Green+Blue) = 247+64+121=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F74079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74079 is #08BF86. Grayscale: #7D7D7D. Windows color (decimal): -573319 or 7946487. OLE color: 7946487.

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

Color convert

RGB 247 64 121 -
CMYK 0 0.74 0.51 0.03
HSL 341.31º 0.92% 0.61% -
HSV(B) 341.31º 0.74% 0.97% -
XYZ 43.64 24.82 20.58 -
YUV 125.22 125.63 214.87 -
System Red Green Blue C M Y K H S L
Decimal 247 64 121 0 0.74 0.51 0.03 341.31 0.92 0.61
Hex F7 40 79 0 4A 33 3 155 5C 3D
Octal 367 100 171 0 112 63 3 525 134 75
Binary 11110111 1000000 1111001 0 1001010 110011 11 101010101 1011100 111101

Color Harmonies of #F74079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74079

Black with #F74079

Text Example


Text Example

White with #F74079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74079; }

 p { color: rgb(247,64,121); }

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

background-color css

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

 a { background-color: rgb(247,64,121); }

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

border-color css

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

 span { border-color: rgb(247,64,121); }

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