Html Css Color HEX #F74476 Violet Red

📋 copy color: '#F74476'

red 247 ◦ green 68 ◦ blue 118

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

Shades of Violet Red #F74476

Tints of Violet Red #F74476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.7%

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

R = 57.04%
G = 15.7%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F74476 (or 0xF74476) is known color: Violet Red. HEX triplet: F7, 44 and 76. RGB value is (247,68,118). Sum of RGB (Red+Green+Blue) = 247+68+118=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F74476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74476 is #08BB89. Grayscale: #7F7F7F. Windows color (decimal): -572298 or 7750903. OLE color: 7750903.

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

Color convert

RGB 247 68 118 -
CMYK 0 0.72 0.52 0.03
HSL 343.24º 0.92% 0.62% -
HSV(B) 343.24º 0.72% 0.97% -
XYZ 43.69 25.22 19.7 -
YUV 127.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 247 68 118 0 0.72 0.52 0.03 343.24 0.92 0.62
Hex F7 44 76 0 48 34 3 157 5C 3E
Octal 367 104 166 0 110 64 3 527 134 76
Binary 11110111 1000100 1110110 0 1001000 110100 11 101010111 1011100 111110

Color Harmonies of #F74476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74476

Black with #F74476

Text Example


Text Example

White with #F74476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74476; }

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

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

background-color css

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

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

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

border-color css

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

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

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