Html Css Color HEX #F74177 Violet Red

📋 copy color: '#F74177'

red 247 ◦ green 65 ◦ blue 119

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

Shades of Violet Red #F74177

Tints of Violet Red #F74177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 57.31%
G = 15.08%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F74177 (or 0xF74177) is known color: Violet Red. HEX triplet: F7, 41 and 77. RGB value is (247,65,119). Sum of RGB (Red+Green+Blue) = 247+65+119=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74177 is #08BE88. Grayscale: #7D7D7D. Windows color (decimal): -573065 or 7815671. OLE color: 7815671.

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

Color convert

RGB 247 65 119 -
CMYK 0 0.74 0.52 0.03
HSL 342.2º 0.92% 0.61% -
HSV(B) 342.2º 0.74% 0.97% -
XYZ 43.58 24.89 19.96 -
YUV 125.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 247 65 119 0 0.74 0.52 0.03 342.2 0.92 0.61
Hex F7 41 77 0 4A 34 3 156 5C 3D
Octal 367 101 167 0 112 64 3 526 134 75
Binary 11110111 1000001 1110111 0 1001010 110100 11 101010110 1011100 111101

Color Harmonies of #F74177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74177

Black with #F74177

Text Example


Text Example

White with #F74177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74177; }

 p { color: rgb(247,65,119); }

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

background-color css

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

 a { background-color: rgb(247,65,119); }

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

border-color css

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

 span { border-color: rgb(247,65,119); }

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