Html Css Color HEX #F74279 Violet Red

📋 copy color: '#F74279'

red 247 ◦ green 66 ◦ blue 121

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

Shades of Violet Red #F74279

Tints of Violet Red #F74279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.21%

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

R = 56.91%
G = 15.21%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F74279 (or 0xF74279) is known color: Violet Red. HEX triplet: F7, 42 and 79. RGB value is (247,66,121). Sum of RGB (Red+Green+Blue) = 247+66+121=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F74279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74279 is #08BD86. Grayscale: #7E7E7E. Windows color (decimal): -572807 or 7946999. OLE color: 7946999.

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

Color convert

RGB 247 66 121 -
CMYK 0 0.73 0.51 0.03
HSL 341.77º 0.92% 0.61% -
HSV(B) 341.77º 0.73% 0.97% -
XYZ 43.76 25.05 20.62 -
YUV 126.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 247 66 121 0 0.73 0.51 0.03 341.77 0.92 0.61
Hex F7 42 79 0 49 33 3 156 5C 3D
Octal 367 102 171 0 111 63 3 526 134 75
Binary 11110111 1000010 1111001 0 1001001 110011 11 101010110 1011100 111101

Color Harmonies of #F74279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74279

Black with #F74279

Text Example


Text Example

White with #F74279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74279; }

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

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

background-color css

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

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

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

border-color css

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

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

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