Html Css Color HEX #F7377E Violet Red

📋 copy color: '#F7377E'

red 247 ◦ green 55 ◦ blue 126

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

Shades of Violet Red #F7377E

Tints of Violet Red #F7377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.85%

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 57.71%
G = 12.85%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7377E (or 0xF7377E) is known color: Violet Red. HEX triplet: F7, 37 and 7E. RGB value is (247,55,126). Sum of RGB (Red+Green+Blue) = 247+55+126=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F7377E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7377E is #08C881. Grayscale: #787878. Windows color (decimal): -575618 or 8271863. OLE color: 8271863.

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

Color convert

RGB 247 55 126 -
CMYK 0 0.78 0.49 0.03
HSL 337.81º 0.92% 0.59% -
HSV(B) 337.81º 0.78% 0.97% -
XYZ 43.49 24.01 22.08 -
YUV 120.5 131.11 218.23 -
System Red Green Blue C M Y K H S L
Decimal 247 55 126 0 0.78 0.49 0.03 337.81 0.92 0.59
Hex F7 37 7E 0 4E 31 3 152 5C 3B
Octal 367 67 176 0 116 61 3 522 134 73
Binary 11110111 110111 1111110 0 1001110 110001 11 101010010 1011100 111011

Color Harmonies of #F7377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7377E

Black with #F7377E

Text Example


Text Example

White with #F7377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7377E; }

 p { color: rgb(247,55,126); }

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

background-color css

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

 a { background-color: rgb(247,55,126); }

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

border-color css

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

 span { border-color: rgb(247,55,126); }

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