Html Css Color HEX #F74276 Violet Red

📋 copy color: '#F74276'

red 247 ◦ green 66 ◦ blue 118

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

Shades of Violet Red #F74276

Tints of Violet Red #F74276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 57.31%
G = 15.31%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F74276 (or 0xF74276) is known color: Violet Red. HEX triplet: F7, 42 and 76. RGB value is (247,66,118). Sum of RGB (Red+Green+Blue) = 247+66+118=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74276 is #08BD89. Grayscale: #7E7E7E. Windows color (decimal): -572810 or 7750391. OLE color: 7750391.

HSL color Cylindrical-coordinate representation of color #F74276: hue angle of 342.76º 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 #F74276 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 118 -
CMYK 0 0.73 0.52 0.03
HSL 342.76º 0.92% 0.61% -
HSV(B) 342.76º 0.73% 0.97% -
XYZ 43.58 24.98 19.66 -
YUV 126.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 247 66 118 0 0.73 0.52 0.03 342.76 0.92 0.61
Hex F7 42 76 0 49 34 3 157 5C 3D
Octal 367 102 166 0 111 64 3 527 134 75
Binary 11110111 1000010 1110110 0 1001001 110100 11 101010111 1011100 111101

Color Harmonies of #F74276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74276

Black with #F74276

Text Example


Text Example

White with #F74276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74276; }

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

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

background-color css

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

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

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

border-color css

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

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

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