Html Css Color HEX #F9377F Violet Red

📋 copy color: '#F9377F'

red 249 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #F9377F

Tints of Violet Red #F9377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 57.77%
G = 12.76%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9377F (or 0xF9377F) is known color: Violet Red. HEX triplet: F9, 37 and 7F. RGB value is (249,55,127). Sum of RGB (Red+Green+Blue) = 249+55+127=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F9377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9377F is #06C880. Grayscale: #797979. Windows color (decimal): -444545 or 8337401. OLE color: 8337401.

HSL color Cylindrical-coordinate representation of color #F9377F: hue angle of 337.73º 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 #F9377F is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 55 127 -
CMYK 0 0.78 0.49 0.02
HSL 337.73º 0.94% 0.6% -
HSV(B) 337.73º 0.78% 0.98% -
XYZ 44.26 24.4 22.46 -
YUV 121.21 131.27 219.15 -
System Red Green Blue C M Y K H S L
Decimal 249 55 127 0 0.78 0.49 0.02 337.73 0.94 0.6
Hex F9 37 7F 0 4E 31 2 152 5E 3C
Octal 371 67 177 0 116 61 2 522 136 74
Binary 11111001 110111 1111111 0 1001110 110001 10 101010010 1011110 111100

Color Harmonies of #F9377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9377F

Black with #F9377F

Text Example


Text Example

White with #F9377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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