Html Css Color HEX #F74077 Violet Red

📋 copy color: '#F74077'

red 247 ◦ green 64 ◦ blue 119

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

Shades of Violet Red #F74077

Tints of Violet Red #F74077

RGB

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

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

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

R = 57.44%
G = 14.88%
B = 27.67%

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

#F74077 (or 0xF74077) is known color: Violet Red. HEX triplet: F7, 40 and 77. RGB value is (247,64,119). Sum of RGB (Red+Green+Blue) = 247+64+119=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F74077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74077 is #08BF88. Grayscale: #7C7C7C. Windows color (decimal): -573321 or 7815415. OLE color: 7815415.

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

Color convert

RGB 247 64 119 -
CMYK 0 0.74 0.52 0.03
HSL 341.97º 0.92% 0.61% -
HSV(B) 341.97º 0.74% 0.97% -
XYZ 43.52 24.77 19.94 -
YUV 124.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 247 64 119 0 0.74 0.52 0.03 341.97 0.92 0.61
Hex F7 40 77 0 4A 34 3 156 5C 3D
Octal 367 100 167 0 112 64 3 526 134 75
Binary 11110111 1000000 1110111 0 1001010 110100 11 101010110 1011100 111101

Color Harmonies of #F74077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74077

Black with #F74077

Text Example


Text Example

White with #F74077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74077; }

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

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

background-color css

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

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

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

border-color css

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

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

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