Html Css Color HEX #F9377C Violet Red

📋 copy color: '#F9377C'

red 249 ◦ green 55 ◦ blue 124

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

Shades of Violet Red #F9377C

Tints of Violet Red #F9377C

RGB

 RED value IS 249 (97.66% from 255) = 58.18%

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

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 58.18%
G = 12.85%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9377C (or 0xF9377C) is known color: Violet Red. HEX triplet: F9, 37 and 7C. RGB value is (249,55,124). Sum of RGB (Red+Green+Blue) = 249+55+124=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9377C is #06C883. Grayscale: #787878. Windows color (decimal): -444548 or 8140793. OLE color: 8140793.

HSL color Cylindrical-coordinate representation of color #F9377C: hue angle of 338.66º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9377C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 55 124 -
CMYK 0 0.78 0.50 0.02
HSL 338.66º 0.94% 0.6% -
HSV(B) 338.66º 0.78% 0.98% -
XYZ 44.07 24.33 21.44 -
YUV 120.87 129.77 219.39 -
System Red Green Blue C M Y K H S L
Decimal 249 55 124 0 0.78 0.50 0.02 338.66 0.94 0.6
Hex F9 37 7C 0 4E 32 2 153 5E 3C
Octal 371 67 174 0 116 62 2 523 136 74
Binary 11111001 110111 1111100 0 1001110 110010 10 101010011 1011110 111100

Color Harmonies of #F9377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9377C

Black with #F9377C

Text Example


Text Example

White with #F9377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9377C; }

 p { color: rgb(249,55,124); }

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

background-color css

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

 a { background-color: rgb(249,55,124); }

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

border-color css

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

 span { border-color: rgb(249,55,124); }

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